From 664a9ad707853e6c99bc1b27e23c7aafc7e5e2e3 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 1 Jun 2004 16:02:40 +0000 Subject: [PATCH] only 'sans-serif' as font family --- stylesheets/monobook/IE50Fixes.css | 4 +--- stylesheets/monobook/IE55Fixes.css | 4 +--- stylesheets/monobook/IE60Fixes.css | 2 -- stylesheets/monobook/main.css | 4 ++-- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css index 7d7ae97558..dd9eda3e5f 100644 --- a/stylesheets/monobook/IE50Fixes.css +++ b/stylesheets/monobook/IE50Fixes.css @@ -22,9 +22,7 @@ } /* IE 5 & 5.5 interpret keyword sizes one off */ -body { font: xx-small Verdana, Arial, sans-serif; } -/* and Bitstream Vera fonts are sometimes defective */ -h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } +body { font-size: xx-small; } /* ** the edit tabs */ diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index e9dbcc5697..b3258d5132 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -29,9 +29,7 @@ #p-personal { padding-bottom: 0.1em; } -body { font: xx-small Verdana, Arial, sans-serif; } -/* Bitstream Vera fonts are sometimes defective */ -h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } +body { font-size: xx-small; } #p-cactions { width: 76% !important; diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 1a5dd854ec..ab5a97a7c7 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -1,7 +1,5 @@ /* 6.0 - only fixes */ /* content area */ -/* Bitstream Vera fonts are sometimes defective */ -body, h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } /* workaround for various ie float bugs */ #column-content { float: none; diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 13565b8633..0b255b9f7b 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -37,7 +37,7 @@ */ body { - font: x-small "Bitstream Vera Sans", Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif; + font: x-small sans-serif; background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat; color: Black; margin: 0; @@ -92,7 +92,7 @@ hr { h1, h2, h3, h4, h5, h6 { color: Black; background: none; - font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; + font-family: sans-serif; font-weight: normal; margin: 0; padding-top: 0.5em; -- 2.20.1