Skip to content

Commit

Permalink
Merge pull request godotengine#6459 from YuriSizov/frontend-ligatures…
Browse files Browse the repository at this point in the history
…-will-be-shot

Disable font ligatures globally
  • Loading branch information
YuriSizov authored Dec 6, 2022
2 parents f623943 + 88e2d38 commit 8d1b37f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ legend,
.rst-versions {
/* Use a system font stack for better performance (no Web fonts required) */
font-family: var(--system-font-family);
/* Some fonts that we use (namely JetBrains Mono) can come with ligatures. It's better to opt-in if needed. */
font-variant-ligatures: none;
}

h1,
Expand Down

0 comments on commit 8d1b37f

Please sign in to comment.