Skip to content

Commit ce55bc4

Browse files
committed
fix: disable font ligatures for monospace fonts, close #73
1 parent 3fa276b commit ce55bc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ html.dark {
2020
font-size: 15px;
2121
}
2222

23+
.font-mono, [font-mono=""] {
24+
font-variant-ligatures: none;
25+
}
26+
2327
/* Overrides Floating Vue */
2428
.v-popper--theme-dropdown .v-popper__inner,
2529
.v-popper--theme-tooltip .v-popper__inner {

0 commit comments

Comments
 (0)