From b15f49117cd7fc6542e41968b9fdc4e1acbbbc6f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 29 May 2004 09:21:24 +0000 Subject: [PATCH] Bitstream Vera often broken on Windows; remove it from headers as well as body text. --- stylesheets/monobook/IE50Fixes.css | 2 ++ stylesheets/monobook/IE55Fixes.css | 3 +++ stylesheets/monobook/IE60Fixes.css | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css index 52f609e200..7d7ae97558 100644 --- a/stylesheets/monobook/IE50Fixes.css +++ b/stylesheets/monobook/IE50Fixes.css @@ -23,6 +23,8 @@ /* 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; } /* ** the edit tabs */ diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index 97d6eed26c..e9dbcc5697 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -30,6 +30,9 @@ #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; } + #p-cactions { width: 76% !important; z-index: 3 !important; diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 3e9f41d437..1a5dd854ec 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -1,6 +1,7 @@ /* 6.0 - only fixes */ /* content area */ -body { font-family: Verdana, Arial, sans-serif; } +/* 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; -- 2.20.1