Skip to content

Commit 11a73ad

Browse files
committed
Merge pull request #1240 from werme/master
Add missing font-family fallback for monospaced headers
2 parents 738c2ea + 90af3b5 commit 11a73ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pre > code {
7777
display: block;
7878
border-bottom: 1px solid #ccc;
7979
text-decoration: none;
80-
font-family: "Source Code Pro";
80+
font-family: "Source Code Pro", monospace;
8181
font-size: 150%;
8282
}
8383

0 commit comments

Comments
 (0)