编辑器字体

This commit is contained in:
Liang Ding 2014-10-21 17:14:33 +08:00
parent e612e96e59
commit 9527186c96
1 changed files with 2 additions and 2 deletions

View File

@ -218,14 +218,14 @@
background: white;
font-size: 90%;
font-family: monospace;
font-family: Consolas, Courier New, monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror {
font-family: monospace;
font-family: Consolas, Courier New, monospace;
}
.CodeMirror-focused .cm-matchhighlight {