Skip to content

Commit

Permalink
fix: disable font ligatures for monospace fonts, close #73
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 17, 2024
1 parent 3fa276b commit ce55bc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ html.dark {
font-size: 15px;
}

.font-mono, [font-mono=""] {
font-variant-ligatures: none;
}

/* Overrides Floating Vue */
.v-popper--theme-dropdown .v-popper__inner,
.v-popper--theme-tooltip .v-popper__inner {
Expand Down

0 comments on commit ce55bc4

Please sign in to comment.