Skip to content

Commit

Permalink
Fix font-family typo
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 Mar 21, 2019
1 parent 63ff608 commit 4645ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

code, pre, kbd {
font-size: 100%;
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;
}

section.side {
Expand Down

0 comments on commit 4645ecf

Please sign in to comment.