Attempt to improve fonts.
I noticed after I updated to jessie that fonts displayed strangely in some browsers. I still have strange fonts on our website with Chromium, but this change seems to have helped iceweasel.
This commit is contained in:
parent
963c023eab
commit
2b76361756
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
|
|||
|
||||
body {
|
||||
/* font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
|
||||
font-family: Helvetica;
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
|
||||
font-size: 95%;
|
||||
background-color: #0000;
|
||||
color: #ffff;
|
||||
|
|
Loading…
Reference in a new issue