]> dev.renevier.net Git - syj.git/commitdiff
define font
authorarno <arno@renevier.net>
Sun, 26 Sep 2010 17:05:02 +0000 (19:05 +0200)
committerarno <arno@renevier.net>
Sun, 26 Sep 2010 17:05:02 +0000 (19:05 +0200)
public/css/generic.css

index 40d156ff7f94f59e7404da5adb9f2247d57f4b59..0c0018412c0910c5477f6c95eade7b215f2ccbf0 100644 (file)
@@ -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;
+    }
 }