Skip to content

Commit 1dd7b43

Browse files
committed
updating font-family
1 parent 7547e4e commit 1dd7b43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<meta name="description" content="Cero friction HTTP framework, the need for speed.js">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1010
<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>
1120
</head>
1221

1322
<body>

0 commit comments

Comments
 (0)