diff options
author | tardo <tardo@nagi-fanboi.net> | 2007-09-26 00:40:48 +0200 |
---|---|---|
committer | tardo <tardo@nagi-fanboi.net> | 2007-09-26 00:40:48 +0200 |
commit | b76faddb10fb53266e4f934a58edf30ba7935025 (patch) | |
tree | ced58337bcbc070c67fd1fc659bfb9001246b9bc /web/html/css/fonts.css | |
parent | 1769285c36f333cc06be91332984686f64a74b88 (diff) | |
parent | 7c7685ce82f1779f6f991533df7f5e6d6ac8fe21 (diff) | |
download | aur-b76faddb10fb53266e4f934a58edf30ba7935025.tar.gz aur-b76faddb10fb53266e4f934a58edf30ba7935025.tar.xz |
Merge branch 'testing' of git://git.mattal.com/aur into test
Fixed regressions.
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 8a60e05d..fdeddbed 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -2,11 +2,10 @@ span /* Applicable by default in all fonts */ { color: #666; - font-family: verdana, trebuchet ms, tahoma, luxi sans; + font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; } span.f1 /* Important */ { - font-family: verdana; font-size: 20px; letter-spacing: 1px; } @@ -25,13 +24,11 @@ span.f4 /* Content Text */ { color: #444; - font-family: verdana; font-size: 12px; } span.f5 /* Content Small */ { color: #333; - font-family: trebuchet ms, tahoma, verdana; font-size: 11px; } span.f6 /* Red Message */ @@ -55,13 +52,11 @@ span.error /* Content Text */ { color: #900; - font-family: verdana; font-size: 12px; } span.warning /* Content Text */ { color: #C0C000; - font-family: verdana; font-size: 12px; } @@ -95,7 +90,6 @@ color: rgb( 201, 209, 226 ); font-weight: bold; font-size: 11px; - font-family: tahoma, trebuchet ms, verdana; padding-right: 8px; word-spacing: 8px; } @@ -104,7 +98,6 @@ color: #fff; font-weight: bold; font-size: 11px; - font-family: tahoma, trebuchet ms, verdana; padding-right: 8px; } |