From 2b763617567c9036dafb1b507b02c72a099ca53f 2015-12-01 03:19:46 From: Bradley M. Kuhn Date: 2015-12-01 03:19:46 Subject: [PATCH] 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. --- diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 687bbd963f1d6bef7446625476106555f2b3fa77..d963e49d2d0623b78cabbd38fb0d1e2250cf806e 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -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;