Bug 941643 - Use menlo and consolas. r=bgrins

This commit is contained in:
Paul Rouget 2013-11-21 11:48:59 -05:00
Родитель 48d80ba1be
Коммит 5703fceea8
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>" +

Просмотреть файл

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

Просмотреть файл

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