Skip to content

Commit

Permalink
disable ligatures in monospace code blocks. (#414) (#415)
Browse files Browse the repository at this point in the history
* disable ligatures in monospace code blocks.

* Fix ordering

---------

Co-authored-by: Adam Freidin <[email protected]>
  • Loading branch information
solimant and sparecycles authored Feb 15, 2024
1 parent a30f4b9 commit 4a88596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ figure {

code[class*="language-"],
pre[class*="language-"] {
font-feature-settings: "liga" 0;
white-space: pre-wrap !important;
}

Expand Down

0 comments on commit 4a88596

Please sign in to comment.