From 8107467e4f06c3d4e9467bbf49aacb9ebfa2261a Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 5 May 2010 21:58:45 +0000 Subject: [PATCH] Add verdana as fallback font. --- pub/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/style/style.css b/pub/style/style.css index 02b83d8..0754ee3 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -3,7 +3,7 @@ body { color: black; background-color: white; - font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif; font-size: 84%; /* Enables font size scaling in MSIE */ margin: 0; padding: 0;