Skip to content

Commit

Permalink
Fix font-family typo for code blocks
Browse files Browse the repository at this point in the history
Fixes monospace fonts on platforms that don't have any of the named fonts, like Chromebooks.
  • Loading branch information
jordanbtucker authored and isaacs committed Apr 17, 2019
1 parent 6cf4fbd commit 775e854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/prism.css
Expand Up @@ -10,7 +10,7 @@ pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Triplicate T4, Fira Mono OT, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospacek;
font-family: Triplicate T4, Fira Mono OT, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
Expand Down

0 comments on commit 775e854

Please sign in to comment.