Fix serif font family when specified fonts are unavailable
This commit is contained in:
parent
00c1662d67
commit
0a89c27621
@ -2,7 +2,7 @@ html {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: Verdana, Helvetica, serif;
|
font-family: Verdana, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user