Using sans-serif rather than serif font
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 28 Oct 2009 17:41:19 +0000 (18:41 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 29 Oct 2009 08:52:17 +0000 (09:52 +0100)
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 5118721..f870f27 100644 (file)
@@ -24,7 +24,7 @@ a.overdue,.overdue {
 body {
        text-align : left;
        padding:0 0 2.5em 0;
-  font-family: "Doulos SIL","Charis SIL", "Gentium", "TITUS Cyberbit Basic", "Arial Unicode MS", serif;
+  font-family: arial, verdana, helvetica, sans-serif;
 }
 
 br.clear {