Commit 88f6c4f
committed
use "monospace" as the final fallback code font
All the code samples on the home page are in an ugly serifed font for me.
The CSS currently has:
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
which means that unless you have one of exactly that set of fonts installed,
you get browser default.
The fix is to add "monospace" to the end of the list.1 parent e20929e commit 88f6c4f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
| 1120 | + | |
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| |||
0 commit comments