Specify fallback fonts

This commit is contained in:
spikecodes 2021-05-26 20:30:08 -07:00
parent 4defb58f2a
commit d27bd782ce
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 14 additions and 14 deletions

View file

@ -156,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: "Inter";
font-family: "Inter", sans-serif;
}
body {
@ -1195,7 +1195,7 @@ input[type="submit"] {
}
.md code {
font-family: monospace;
font-family: monospace, sans-serif;
font-size: 14px;
}