Change body Font Back to Verdana
Some CSS experiments crept into Revision 464. Revert them.
This commit is contained in:
parent
2e52ce48df
commit
f9bd8f081f
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
color:#333;
|
color:#333;
|
||||||
font-family:TeX Gyre Termes, Times New Roman,Verdana, Arial, Helvetica, sans-serif;
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
line-height:1.3em;
|
line-height:1.3em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue