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 7547e4e commit 1dd7b43Copy full SHA for 1dd7b43
docs/index.html
@@ -8,6 +8,15 @@
8
<meta name="description" content="Cero friction HTTP framework, the need for speed.js">
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
+ </style>
20
</head>
21
22
<body>
0 commit comments