Use cv11 as font feature setting

This commit is contained in:
Jannik Stehle
2022-09-02 13:51:59 +02:00
parent 99255c1cdd
commit a9fd209da8
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -6,6 +6,10 @@
font-style: oblique 0deg 12deg;
}
html {
font-feature-settings: "cv11";
}
body {
font-family: Inter, 'Open Sans', sans-serif;
}