Skip to content

Commit

Permalink
updating website font
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Sep 10, 2023
1 parent 3df759e commit b608fc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
content="Blazing fast, tiny and minimalist connect-like web framework for building REST micro-services.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet">

<style>
body {
font-weight: bold;
border-right-color: #8d8d8d;
font-family: 'Poppins', sans-serif;
font-family: 'Outfit', sans-serif;
}

</style>
Expand Down

0 comments on commit b608fc6

Please sign in to comment.