From cbd332a954f22e0f4327a266ab7f1c08855e206e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 9 Mar 2009 16:45:21 +0000 Subject: [PATCH] * 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. --- webcit/static/webcit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2