Change font to a generic type.

This makes the site look better in Opera.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-05 17:28:45 -05:00
parent 07e4d397ba
commit 6e1de70596

View file

@ -5,7 +5,7 @@ body {
background: #fbf8f1 url("../images/titlebar.png") repeat-x top left;
padding: 0 30px;
color: #555;
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
font-family: sans-serif;
}
/* Divs */
#head_container {