From 9a5d310cab86e08ac5091a98ba045d1df7a4f7ce Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 26 Sep 2010 19:05:02 +0200 Subject: [PATCH] define font --- public/css/generic.css | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- 2.39.2