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:
Bradley M. Kuhn 2015-11-27 04:08:01 -08:00
parent 963c023eab
commit 2b76361756

View file

@ -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;