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 fad69fa commit a3d1a00Copy full SHA for a3d1a00
docs/index.html
@@ -8,13 +8,12 @@
8
<meta name="description" content="A super fast, framework agnostic, Node.js API Gateway for the masses!">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
10
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
11
- <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet">
12
13
<style>
14
body {
15
- font-weight: bold;
16
border-right-color: #8d8d8d;
17
- font-family: 'Poppins', sans-serif;
+ font-family: 'Outfit', sans-serif;
18
}
19
20
</style>
0 commit comments