We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5560b commit 982b143Copy full SHA for 982b143
doc/api_assets/style.css
@@ -1,6 +1,8 @@
1
/*--------------------- Layout and Typography ----------------------------*/
2
html {
3
-webkit-font-smoothing: antialiased;
4
+ -webkit-font-variant-ligatures: none;
5
+ font-variant-ligatures: none;
6
}
7
8
body {
0 commit comments