optimise font (remove CASL axis) & fix caching
This commit is contained in:
parent
0269ed5c60
commit
5304273b28
6 changed files with 8 additions and 6 deletions
|
@ -141,7 +141,6 @@ input {
|
|||
font-weight: 450;
|
||||
font-style: normal;
|
||||
--recursive-mono: 0;
|
||||
--recursive-casl: 0;
|
||||
--recursive-crsv: 0.5;
|
||||
}
|
||||
|
||||
|
@ -150,9 +149,7 @@ input {
|
|||
*:after {
|
||||
font-variation-settings:
|
||||
"MONO" var(--recursive-mono),
|
||||
"CASL" var(--recursive-casl),
|
||||
"CRSV" var(--recursive-crsv);
|
||||
|
||||
font-feature-settings: "ss03", "ss04", "ss05", "ss06", "ss08";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue