Skip to content

Commit 3df759e

Browse files
committed
updating font family
1 parent 9ea424e commit 3df759e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
content="Blazing fast, tiny and minimalist connect-like web framework for building REST micro-services.">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1111
<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>
1222
</head>
1323

1424
<body>

0 commit comments

Comments
 (0)