diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-05 23:28:45 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-05 23:28:45 +0100 |
commit | 6e1de70596991374f2e3976e7f5b724f188079ef (patch) | |
tree | 84889f8a4671572b9dff0251824ae9bd74926718 /web/html | |
parent | 07e4d397ba5c71d7a843d370ee1db0f8e6d53070 (diff) | |
download | aur-6e1de70596991374f2e3976e7f5b724f188079ef.tar.gz aur-6e1de70596991374f2e3976e7f5b724f188079ef.tar.xz |
Change font to a generic type.
This makes the site look better in Opera.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/arch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index ffa16ba1..28ae1d20 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 { |