Commit 671075ff by Ned Batchelder

Merge pull request #5160 from edx/ned/cherry-pick-monospace-code-mirror-fonts

CodeMirror should use monospace fonts.
parents 1c251cd8 359080f1
......@@ -442,6 +442,7 @@ code {
.CodeMirror {
@extend %t-copy-sub1;
background: #fff;
font-family: $f-monospace;
}
.text-editor {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment