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 f06e4eb commit fad69faCopy full SHA for fad69fa
docs/index.html
@@ -8,6 +8,16 @@
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">
12
+
13
+ <style>
14
+ body {
15
+ font-weight: bold;
16
+ border-right-color: #8d8d8d;
17
+ font-family: 'Poppins', sans-serif;
18
+ }
19
20
+ </style>
21
</head>
22
23
<body>
0 commit comments