From 93b289ba39b6fb10686977c82cfe3d3012db8901 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;