From f03d53d3ac9bbb643bb4da3bdb750a277fcee278 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 19 Oct 2011 19:50:45 +0200 Subject: [PATCH] Use the default sans-serif font --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index c1a7d7eb..4090cfa0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,7 +6,7 @@ html { background: url(img/top.jpg)repeat-x 0 82px, url(img/back.jpg); - font-family: Arial, Helvetica, sans-serif; + font-family: sans-serif; min-height: 100%; width: 100%; }