Browse Source

Disable font ligatures globally

Yuri Sizov 2 years ago
parent
commit
88e2d3893e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      _static/css/custom.css

+ 2 - 0
_static/css/custom.css

@@ -261,6 +261,8 @@ legend,
 .rst-versions {
 .rst-versions {
     /* Use a system font stack for better performance (no Web fonts required) */
     /* Use a system font stack for better performance (no Web fonts required) */
     font-family: var(--system-font-family);
     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,
 h1,