Bug 941643 - Use menlo and consolas. r=bgrins

This commit is contained in:
Paul Rouget 2013-11-21 11:48:59 -05:00
parent d3126e6f06
commit 74d92a854e
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ const CM_IFRAME =
" <style>" +
" html, body { height: 100%; }" +
" body { margin: 0; overflow: hidden; }" +
" .CodeMirror { width: 100%; height: 100% !important; }" +
" .CodeMirror { width: 100%; height: 100% !important; line-height: normal!important}" +
" </style>" +
[ " <link rel='stylesheet' href='" + style + "'>" for (style of CM_STYLES) ].join("\n") +
" </head>" +

View File

@ -12,7 +12,7 @@
}
.devtools-monospace {
font-family: monospace;
font-family: Menlo, monospace;
font-size: 108%;
}

View File

@ -10,7 +10,7 @@
}
.devtools-monospace {
font-family: monospace;
font-family: Consolas, monospace;
}
/* Toolbar and Toolbar items */