Skip to content

Commit 982b143

Browse files
silverwindmicnic
authored andcommitted
doc: disable font ligatures
PR-URL: #816 Reviewed-By: Nicu Micleușanu <[email protected]>
1 parent cb5560b commit 982b143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_assets/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*--------------------- Layout and Typography ----------------------------*/
22
html {
33
-webkit-font-smoothing: antialiased;
4+
-webkit-font-variant-ligatures: none;
5+
font-variant-ligatures: none;
46
}
57

68
body {

0 commit comments

Comments
 (0)