Add verdana as fallback font.
This commit is contained in:
parent
3b14dc5a7c
commit
93b289ba39
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue