From 1cf84c3829b03189d5073f3a43d275b02a82f580 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 2 Jan 2009 22:53:46 +0100 Subject: [PATCH] Added the sans-serif font family as default font. --- www/media/idf/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 83f680d..917bf93 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -19,6 +19,10 @@ # # ***** END LICENSE BLOCK ***** */ +body { + font-family: sans-serif; +} + .top { margin-top: 0; }