Skip to content

Commit

Permalink
Disable font ligatures globally
Browse files Browse the repository at this point in the history
YuriSizov committed Dec 6, 2022
1 parent f623943 commit 88e2d38
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
@@ -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,

0 comments on commit 88e2d38

Please sign in to comment.