Skip to content

Commit

Permalink
fix: correct typo for fallback monospace font in our css (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerburdsall authored Jan 21, 2023
1 parent 8bd94f9 commit f8281e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ code span {
// Need this to force no ligatures in code examples. It was throwing some users off.
// Find better font for source code. Im fan of FiraCode but would want to use w/
// out ligatures enabled somehow https://github.com/tonsky/FiraCode
font-family: "monospace" !important;
font-family: monospace !important;
}

@media (max-width: 997px) {
Expand Down

0 comments on commit f8281e1

Please sign in to comment.