Skip to content

Commit fad69fa

Browse files
committed
updating font-family
1 parent f06e4eb commit fad69fa

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
@@ -8,6 +8,16 @@
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">
12+
13+
<style>
14+
body {
15+
font-weight: bold;
16+
border-right-color: #8d8d8d;
17+
font-family: 'Poppins', sans-serif;
18+
}
19+
20+
</style>
1121
</head>
1222

1323
<body>

0 commit comments

Comments
 (0)