Skip to content

Commit d35c54c

Browse files
committed
updating font-family
1 parent 5a24543 commit d35c54c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<meta name="description" content="Invokes connect-like middleware if / unless routing criteria match.">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99
<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>
1020
</head>
1121
<body>
1222
<div id="app"></div>

0 commit comments

Comments
 (0)