Skip to content

Commit b608fc6

Browse files
committed
updating website font
1 parent 3df759e commit b608fc6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/index.html

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

1414
<style>
1515
body {
16-
font-weight: bold;
1716
border-right-color: #8d8d8d;
18-
font-family: 'Poppins', sans-serif;
17+
font-family: 'Outfit', sans-serif;
1918
}
2019

2120
</style>

0 commit comments

Comments
 (0)