Skip to content

Commit

Permalink
updating font family
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Sep 3, 2023
1 parent 9ea424e commit 3df759e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
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">

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

</style>
</head>

<body>
Expand Down

0 comments on commit 3df759e

Please sign in to comment.