Skip to content

Commit 90af3b5

Browse files
committed
Add missing font-family fallback
1 parent 0abb852 commit 90af3b5

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)