Skip to content

Commit 6c4a818

Browse files
committed
Disable font ligatures.
1 parent 2748ccd commit 6c4a818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sass/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ body {
2828
background-color: var(--color-background);
2929
font-family: "JetBrains Mono", monospace;
3030
font-size: 16px;
31+
font-variant-ligatures: none;
3132
-webkit-text-size-adjust: 100%;
3233
}
3334

0 commit comments

Comments
 (0)