Using sans-serif rather than serif font
This commit is contained in:
parent
3330226470
commit
0ab686f887
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue