Skip to content

Commit ce2e141

Browse files
committed
add !important to .CodeMirror font-family
1 parent e0f05f9 commit ce2e141

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/codeMirror.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515
.CodeMirror {
1616
font-size: 15px;
17-
font-family: 'Ubuntu Mono', monospace, monaco, "lucida console", "courier new" ;
17+
font-family: 'Ubuntu Mono', monospace, monaco, "lucida console", "courier new" !important;
1818
font-weight: 400;
1919
line-height: 1.4375;
20-
background: 0 0
2120
}
2221

2322
.CodeMirror pre {

0 commit comments

Comments
 (0)