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

@ -1,4 +1,3 @@
/* _main.scss */
html {
box-sizing: border-box;
}
@ -20,8 +19,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;
text-size-adjust: 100%;
}