Skip to content

Commit

Permalink
Add !important to code {font-family} property (rust-lang#1062)
Browse files Browse the repository at this point in the history
If accepted, this will fix rust-lang#1061
  • Loading branch information
davidomarf authored and Dylan-DPC committed Oct 11, 2019
1 parent e3a3d60 commit 936cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

Expand Down

0 comments on commit 936cefc

Please sign in to comment.