Use Inter font

This commit is contained in:
spikecodes 2021-05-19 16:09:08 -07:00
parent 73732a2a44
commit b9af6f47f3
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 19 additions and 2 deletions

BIN
static/Inter.var.woff2 Normal file

Binary file not shown.

View file

@ -6,6 +6,12 @@
--admin: #ea0027;
}
@font-face {
font-family: 'Inter';
src: url('/Inter.var.woff2') format('woff2-variations');
font-style: normal;
}
/* Automatic theme selection */
:root, .dark{
/* Default & fallback theme (dark) */
@ -150,7 +156,7 @@ html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, select, input {
margin: 0;
color: var(--text);
font-family: sans-serif;
font-family: "Inter";
}
body {