Skip to content

Commit eabb323

Browse files
committed
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 29810eb commit eabb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html_support_files/odoc.css

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

476476
tt, code, pre {
477-
font-family: "Fira Mono", courier;
477+
font-family: "Fira Mono", monospace;
478478
font-weight: 400;
479479
}
480480

0 commit comments

Comments
 (0)