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