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 5a24543 commit d35c54cCopy full SHA for d35c54c
docs/index.html
@@ -7,6 +7,16 @@
7
<meta name="description" content="Invokes connect-like middleware if / unless routing criteria match.">
8
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
9
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
10
+ <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
11
+
12
+ <style>
13
+ body {
14
+ font-weight: bold;
15
+ border-right-color: #8d8d8d;
16
+ font-family: 'Poppins', sans-serif;
17
+ }
18
19
+ </style>
20
</head>
21
<body>
22
<div id="app"></div>
0 commit comments