@@ -26,11 +26,6 @@
margin-left: 1em;
}
-
- // override CodeMirror styles
- .CodeMirror pre {
- font-family: $font-family-monospace;
- }
.admin-security {
@@ -174,9 +174,6 @@ body.on-edit {
padding-right: 0;
// override CodeMirror styles
.CodeMirror {
- pre {
- font-family: $font-family-monospace-not-strictly;
.cm-matchhighlight {
background-color: cyan;
@@ -1,2 +1,2 @@
// override bootstrap
-$font-family-monospace-not-strictly: Monaco, Menlo, Consolas, "Courier New", MeiryoKe_Console, "M+ 1m", monospace;
+$font-family-monospace-not-strictly: Monaco, Menlo, Consolas, "Courier New", MeiryoKe_Gothic, monospace;