Skip to content

Commit 894db82

Browse files
committed
Argh, make the monospace declaration important, so it overrides the unnecessary declaration in the ED stylesheet.
1 parent ccfc359 commit 894db82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre {
5353
}
5454

5555
pre, code {
56-
font-family: "DejaVu Sans Mono", "Consolas", "Andale Mono", monospace;
56+
font-family: "DejaVu Sans Mono", "Consolas", "Andale Mono", monospace !important;
5757
font-size: .9em;
5858
}
5959

0 commit comments

Comments
 (0)