Skip to content

Commit b440cb5

Browse files
authored
Merge pull request rmm5t#292 from oliverklee/task/monospace
[TASK] Add a "monospace" fallback for pre/tt in the CSS
2 parents 3867028 + 0a346c1 commit b440cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
li { line-height: 24px; }
3434
pre { background-color: #333; color: #fff; margin: 12px 0; font-size: 12px; padding: 0 6px; }
3535
pre em { font-style: normal; background-color: #554; }
36-
pre, tt { font-family: monaco,"courier new",mono; }
36+
pre, tt { font-family: monaco, "courier new", mono, monospace; }
3737
abbr[title], time[title] { border-bottom: 1px dotted #333; }
3838
tt { font-size: 14px; }
3939
a { color: #06e; padding: 1px; }

0 commit comments

Comments
 (0)