Skip to content

Commit d6c5078

Browse files
toastaljonludlam
authored andcommitted
Preformatted elements fallback to UA monospace
Courier looks mighty ugly on a lot of systems. When in doubt, it’s better to just trust the user agent. This also allow users to set their own preferred option—which is better than a bad option.
1 parent 62c9d1e commit d6c5078

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/html_support_files/odoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ h4 {
500500
/* Preformatted and code */
501501

502502
tt, code, pre {
503-
font-family: "Fira Mono", courier;
503+
font-family: "Fira Mono", monospace;
504504
font-weight: 400;
505505
}
506506

0 commit comments

Comments
 (0)