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
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue