X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fcss%2Fgeneric.css;h=0c0018412c0910c5477f6c95eade7b215f2ccbf0;hp=40d156ff7f94f59e7404da5adb9f2247d57f4b59;hb=9a5d310cab86e08ac5091a98ba045d1df7a4f7ce;hpb=868eea06f69fbfdb361d5c9142ecce98918d927b 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; + } }