From: arno Date: Sun, 26 Sep 2010 17:05:02 +0000 (+0200) Subject: define font X-Git-Tag: v0.2.1~6 X-Git-Url: https://dev.renevier.net/?p=syj.git;a=commitdiff_plain;h=9a5d310cab86e08ac5091a98ba045d1df7a4f7ce define font --- diff --git a/public/css/generic.css b/public/css/generic.css index 40d156f..0c00184 100644 --- a/public/css/generic.css +++ b/public/css/generic.css @@ -4,6 +4,7 @@ body, html { background-color: white; color: black; + font-family: Arial, Verdana, sans-serif; } /* @@ -120,4 +121,7 @@ input { #footer, #other-language { display: none; } + html, body { + font-family: serif; + } }