style: use Gabarito font

This commit is contained in:
Oliver Booth 2023-10-03 22:12:29 +01:00
parent 959fbd5267
commit 4d1f963d3d
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -1,7 +1,7 @@
html, body {
background: #121212;
color: #f5f5f5;
font-family: sans-serif;
font-family: 'Gabarito', sans-serif;
font-size: 16px;
}