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: https://develop.svn.wordpress.org/trunk@15532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a4ce5b114b
commit
4f540111ff
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user