From 6e1de70596991374f2e3976e7f5b724f188079ef Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 5 Jan 2009 17:28:45 -0500 Subject: Change font to a generic type. This makes the site look better in Opera. Signed-off-by: Loui Chang --- web/html/css/arch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/css') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index ffa16ba..28ae1d2 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -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 { -- cgit v1.2.3-54-g00ecf