move font features to @font-face declaration (closes #489)
This commit is contained in:
parent
21620ae214
commit
d9eccf6127
13 changed files with 6 additions and 18 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue