* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead...
authorArt Cancro <ajc@citadel.org>
Mon, 9 Mar 2009 16:45:21 +0000 (16:45 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 9 Mar 2009 16:45:21 +0000 (16:45 +0000)
webcit/static/webcit.css

index 9d96724cbebaafd8b360d4e92d84407dc7ce3931..f604bd00051a44f18e7908bcc043045dacc7c873 100644 (file)
@@ -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 {