Remove Lucida Grande from the sans serif font stack. fixes #8352, props iammattthomas.

git-svn-id: https://develop.svn.wordpress.org/trunk@15858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-20 10:30:28 +00:00
parent 92bf5ec246
commit 0aba879b95
16 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ th {
}
.media-upload-form label.form-help, td.help {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-style: italic;
font-weight: normal;
}
@@ -153,7 +153,7 @@ abbr.required {
#media-upload p.help,
#media-upload label.help {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-style: italic;
font-weight: normal;
}