Skip to content

Commit 194ac29

Browse files
committed
fix styling to avoid ligatures messing with operators
1 parent 3bbca40 commit 194ac29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ nav {
561561
.code-text {
562562
white-space: pre;
563563
display: block;
564+
font-variant-ligatures: none !important;
565+
font-feature-settings: "liga" 0, "clig" 0, "calt" 0 !important;
564566
}
565567

566568
.old-layer {

0 commit comments

Comments
 (0)