Merge pull request #5124 from edx/usman/tnl197-codemirror-font

CodeMirror should use monospace fonts.
This commit is contained in:
Usman Khalid
2014-09-09 00:38:49 +05:00

View File

@@ -442,6 +442,7 @@ code {
.CodeMirror {
@extend %t-copy-sub1;
background: #fff;
font-family: $f-monospace;
}
.text-editor {