move font features to @font-face declaration (closes #489)

This commit is contained in:
panr 2024-10-16 09:09:51 +02:00
parent 21620ae214
commit d9eccf6127
13 changed files with 6 additions and 18 deletions

View file

@ -19,7 +19,7 @@ html {
box-sizing: inherit;
margin: 0;
padding: 0;
}
}
body {
margin: 0;
@ -38,8 +38,6 @@ body {
color: var(--foreground);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-feature-settings: "liga", "tnum", "zero", "ss01", "locl";
font-variant-ligatures: contextual;
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;
}