From: Art Cancro Date: Mon, 9 Mar 2009 16:45:21 +0000 (+0000) Subject: * Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead... X-Git-Tag: v7.86~1365 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=cbd332a954f22e0f4327a266ab7f1c08855e206e;p=citadel.git * Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead. This will cause most of WebCit to be rendered in the user's preferred Sans Serif font, which will hopefully fix any remaining weird font issues. --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 9d96724cb..f604bd000 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -46,7 +46,7 @@ body { font-size: 100%;} body { background-color: #6C91A6; - font-family: "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif; + font-family: sans-serif; font-weight: 400; } @@ -1514,7 +1514,7 @@ li.event_unread span, a.event_read_title { .stickynote_body { position: relative; - font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif; + font-family: "Comic Sans MS", sans-serif; } .stickynote_resize {