Skip to content

Commit 26036ba

Browse files
committed
Disable ligatures in CSS
1 parent a688472 commit 26036ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/typography.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@
106106
line-height: 20px;
107107
font-family: "FiraCode-Regular";
108108
}
109+
110+
:root {
111+
font-variant-ligatures: none;
112+
}

0 commit comments

Comments
 (0)