Skip to content

Commit ad705be

Browse files
committed
Merge pull request #121 from martine/patch-1
use "monospace" as the final fallback code font
2 parents e20929e + 88f6c4f commit ad705be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ table tr th {
11171117
}
11181118
code,
11191119
pre {
1120-
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
1120+
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
11211121
color: #333;
11221122
font-size: 12px;
11231123
}

0 commit comments

Comments
 (0)