From eae6e01a0b026f3b5a439e97bf8cff1f793fb7b8 Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Wed, 25 Aug 2010 19:12:01 +0000 Subject: [PATCH] Set IE6 incompatible CSS rule in a different selector, because it causes all headings to be set in Georgia instead of Helvetica & co. Fixes #14688. Props iammattthomas git-svn-id: http://svn.automattic.com/wordpress/trunk@15532 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 5dbf6317b..728473f7c 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -139,7 +139,9 @@ h3#reply-title, .pingback p, .reply, .widget-title, -.wp-caption-text, +.wp-caption-text { + font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; +} input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }