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

View File

@@ -5,7 +5,7 @@ html {
body {
background: #fff;
color: #333;
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
margin: 2em auto;
width: 700px;
padding: 1em 2em;
@@ -74,7 +74,7 @@ abbr {
}
.submit input, .button, .button-secondary {
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
text-decoration: none;
font-size: 14px !important;
line-height: 16px;