Skip to content

Commit 31cdc74

Browse files
committed
fix: cross-platform monospace font issue.
1 parent a658f7a commit 31cdc74

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/examples.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ body {
44
margin: 0px;
55
}
66

7+
.CodeMirror {
8+
font-family: 'Deja Vu Sans Mono', monospace !important;
9+
font-size: 12px;
10+
}
11+
712
/* Example */
813

914
.flotr-example {
-862 Bytes
Loading

0 commit comments

Comments
 (0)