Re-order font families for better Windows font selection. Props iammattthomas. fixes #8443

git-svn-id: https://develop.svn.wordpress.org/trunk@10000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-12-01 19:18:33 +00:00
parent 2944f27167
commit 568ad1be99
4 changed files with 15 additions and 15 deletions

View File

@ -199,7 +199,7 @@ div.postbox div.inside {
#dashboard_recent_comments .comment-meta .approve { #dashboard_recent_comments .comment-meta .approve {
font-style: italic; font-style: italic;
font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-size: 10px; font-size: 10px;
} }
@ -275,7 +275,7 @@ div.postbox div.inside {
/* QuickPress */ /* QuickPress */
#dashboard_quick_press h4 { #dashboard_quick_press h4 {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
float: left; float: left;
width: 5.5em; width: 5.5em;
clear: both; clear: both;
@ -336,7 +336,7 @@ div.postbox div.inside {
} }
#dashboard_recent_drafts h4 abbr { #dashboard_recent_drafts h4 abbr {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-size: 11px; font-size: 11px;
color: #999; color: #999;
margin-left: 3px; margin-left: 3px;
@ -384,7 +384,7 @@ a.rsswidget {
/* Plugins */ /* Plugins */
#dashboard_plugins h4 { #dashboard_plugins h4 {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
} }
#dashboard_plugins h5 { #dashboard_plugins h5 {

View File

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

View File

@ -3,7 +3,7 @@
body { body {
border-top-width: 30px; border-top-width: 30px;
border-top-style: solid; border-top-style: solid;
font: 11px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
} }
form { form {
@ -25,7 +25,7 @@ form {
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; } form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
#login form .submit input { #login form .submit input {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
padding: 3px 10px; padding: 3px 10px;
border: none; border: none;
font-size: 12px; font-size: 12px;

View File

@ -286,7 +286,7 @@ form p.submit a.cancel:hover {
.button-secondary, .button-secondary,
.button-highlighted, .button-highlighted,
#postcustomstuff .submit input { #postcustomstuff .submit input {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
text-decoration: none; text-decoration: none;
font-size: 11px !important; font-size: 11px !important;
line-height: 16px; line-height: 16px;
@ -331,7 +331,7 @@ a.button-secondary {
} }
#wpcontent select { #wpcontent select {
font: 11px/20px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
padding: 2px; padding: 2px;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
@ -814,7 +814,7 @@ div.comment-item:hover .row-actions {
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
font: normal 11px/18px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
} }
#adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current,
@ -1276,7 +1276,7 @@ table.form-table td .updated {
.setting-description, .form-wrap p { .setting-description, .form-wrap p {
font-style: italic; font-style: italic;
font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
} }
.form-wrap .form-field { .form-wrap .form-field {
@ -2292,7 +2292,7 @@ fieldset {
#contextual-help-link-wrap { #contextual-help-link-wrap {
float: right; float: right;
background: transparent url( images/screen-options-left.gif ) no-repeat 0 0; background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
height: 22px; height: 22px;
padding: 0; padding: 0;
margin: 0 6px 0 0; margin: 0 6px 0 0;
@ -2572,7 +2572,7 @@ ul.cat-checklist {
.inline-edit-row .catshow, .inline-edit-row .catshow,
.inline-edit-row .cathide, .inline-edit-row .cathide,
.inline-edit-row #bulk-titles div { .inline-edit-row #bulk-titles div {
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
font-style: normal; font-style: normal;
font-size: 11px; font-size: 11px;
} }
@ -2836,7 +2836,7 @@ abbr.required {
#utc-time, #local-time { #utc-time, #local-time {
padding-left: 25px; padding-left: 25px;
font-style: italic; font-style: italic;
font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
} }
ul#dismissed-updates { ul#dismissed-updates {