Skip to content

Commit a3d1a00

Browse files
committed
updating website font
1 parent fad69fa commit a3d1a00

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="A super fast, framework agnostic, Node.js API Gateway for the masses!">
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

2019
</style>

0 commit comments

Comments
 (0)