mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941643 - Use menlo and consolas. r=bgrins
This commit is contained in:
parent
d3126e6f06
commit
74d92a854e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user