From 702bf3f7e40e5751f573136255c7e908884a7f3b Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 17 Nov 2013 02:43:10 +0100 Subject: [PATCH] css: fix font-family --- content/static/style/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index cf43b98bb..fbcdbb9df 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -1,6 +1,6 @@ /* -- General -- */ body { - font: Verdana, Arial, sans-serif; + font-family: Verdana, Arial, sans-serif; margin: 0; padding: 276px 0 0; }