Merge pull request #6459 from YuriSizov/frontend-ligatures-will-be-shot

Disable font ligatures globally
This commit is contained in:
Yuri Sizov
2022-12-06 21:38:35 +03:00
committed by GitHub
+2
View File
@@ -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,