Add `!important` to `code {font-family}` property (#1062)
If accepted, this will fix #1061
This commit is contained in:
parent
01e50303a2
commit
d63ef8330d
|
@ -16,7 +16,7 @@ body {
|
|||
}
|
||||
|
||||
code {
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;
|
||||
font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue