Skip to content

Commit 772adf9

Browse files
authored
Merge pull request #69 from hallvard/main
fix styling to avoid ligatures messing with operators, closes issue #68
2 parents 637979c + 194ac29 commit 772adf9

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)