Skip to content

Commit cf5083d

Browse files
committedDec 27, 2023
typography: disable ligatures in code blocks
1 parent 7df3281 commit cf5083d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎theme/css/general.css

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ code {
6767
font-weight: 500;
6868
font-size: var(--mono-font-size);
6969
direction: ltr !important;
70+
font-variant-ligatures: none;
7071
}
7172

7273
/* make long words/inline code not x overflow */

0 commit comments

Comments
 (0)
Please sign in to comment.