Change body Font Back to Verdana

Some CSS experiments crept into Revision 464.
Revert them.
This commit is contained in:
Jacques Distler 2009-11-07 21:11:32 -06:00
parent 2e52ce48df
commit f9bd8f081f

View file

@ -1,7 +1,7 @@
body {
background-color:#FFF;
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;
line-height:1.3em;
}