Fix serif font family when specified fonts are unavailable

This commit is contained in:
Ethan Paul 2021-02-16 20:36:14 -05:00
parent 00c1662d67
commit 0a89c27621
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ html {
height: 100%;
background-color: black;
color: white;
font-family: Verdana, Helvetica, serif;
font-family: Verdana, Helvetica, sans-serif;
}
a {