style: use Gabarito font
This commit is contained in:
parent
959fbd5267
commit
4d1f963d3d
@ -55,6 +55,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="~/css/prism.min.css" asp-append-version="true">
|
||||
<link rel="stylesheet" href="~/css/prism.vs.min.css" asp-append-version="true">
|
||||
<link rel="stylesheet" href="~/css/app.min.css" asp-append-version="true">
|
||||
|
@ -1,7 +1,7 @@
|
||||
html, body {
|
||||
background: #121212;
|
||||
color: #f5f5f5;
|
||||
font-family: sans-serif;
|
||||
font-family: 'Gabarito', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user