mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
Add !important
to code {font-family}
property (#1062)
If accepted, this will fix #1061
This commit is contained in:
parent
01e50303a2
commit
d63ef8330d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue