Skip to content

Commit dd9cb8d

Browse files
authored
Merge pull request #21 from lkslawek/fall-back-code-font-family-to-monospace
Fall back code font-family to monospace
2 parents 99f8587 + 05d837f commit dd9cb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/jekyll-theme-tactile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ a.button span {
170170

171171
code, pre {
172172
margin-bottom: 30px;
173-
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
173+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
174174
font-size: 14px;
175175
color: #222;
176176
}

0 commit comments

Comments
 (0)