Remove Courier from the monospace font stack. fixes #17640.

git-svn-id: https://develop.svn.wordpress.org/trunk@18118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-06-02 19:55:27 +00:00
parent e6a591e5a8
commit 49c59980ae
9 changed files with 14 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ ol {
}
.code, code {
font-family: Consolas, Monaco, Courier, monospace;
font-family: Consolas, Monaco, monospace;
}
kbd, code {
@@ -476,7 +476,7 @@ form.upgrade .hint {
------------------------------------------------------------------------------*/
#editorcontainer #content {
font-family: Consolas, Monaco, Courier, monospace;
font-family: Consolas, Monaco, monospace;
padding: 6px;
line-height: 150%;
border: 0 none;
@@ -647,7 +647,7 @@ form.upgrade .hint {
min-height: 300px;
border: 0;
background: transparent;
font-family: Consolas, Monaco, Courier, monospace;
font-family: Consolas, Monaco, monospace;
line-height: 1.6em;
padding: 0;
overflow-y: hidden;
@@ -2812,7 +2812,7 @@ table.diff tr {
table.diff td, table.diff th {
padding: .5em;
font-family: Consolas, Monaco, Courier, monospace;
font-family: Consolas, Monaco, monospace;
border: none;
}