We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df759e commit b608fc6Copy full SHA for b608fc6
1 file changed
docs/index.html
@@ -9,13 +9,12 @@
9
content="Blazing fast, tiny and minimalist connect-like web framework for building REST micro-services.">
10
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
11
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
12
- <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet">
13
14
<style>
15
body {
16
- font-weight: bold;
17
border-right-color: #8d8d8d;
18
- font-family: 'Poppins', sans-serif;
+ font-family: 'Outfit', sans-serif;
19
}
20
21
</style>
0 commit comments