Skip to content

Commit

Permalink
typography: disable ligatures in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 27, 2023
1 parent 7df3281 commit cf5083d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ code {
font-weight: 500;
font-size: var(--mono-font-size);
direction: ltr !important;
font-variant-ligatures: none;
}

/* make long words/inline code not x overflow */
Expand Down

0 comments on commit cf5083d

Please sign in to comment.