Skip to content

Commit 9c72ce0

Browse files
committed
Merge pull request #1219 from KevinTCoughlin/fixes-1218-monospace-misspelling-docs
Fixes #1218 - font-family declaration misspelling
2 parents 72571db + 79d3b76 commit 9c72ce0

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
@@ -119,7 +119,7 @@ pre > code {
119119
margin: 0;
120120
list-style-type: none;
121121
padding: 0;
122-
font-family: "Source Code Pro", mono-space;
122+
font-family: "Source Code Pro", monospace;
123123
}
124124

125125
.Version {

0 commit comments

Comments
 (0)