Add verdana as fallback font.
This commit is contained in:
parent
a78c2649c3
commit
8107467e4f
@ -3,7 +3,7 @@
|
|||||||
body {
|
body {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||||
font-size: 84%; /* Enables font size scaling in MSIE */
|
font-size: 84%; /* Enables font size scaling in MSIE */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user