Skip to content

Commit 5ddb2f2

Browse files
committed
updating website font
1 parent 1dd7b43 commit 5ddb2f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
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">
11+
<link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet">
1212

1313
<style>
1414
body {
15-
font-weight: bold;
1615
border-right-color: #8d8d8d;
17-
font-family: 'Poppins', sans-serif;
16+
font-family: 'Outfit', sans-serif;
1817
}
1918
</style>
2019
</head>

0 commit comments

Comments
 (0)