You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* At-rule for "nice-style" in Font Two */@font-feature-values Font Two {
@styleset {
nice-style:4;
}
}
/* Apply the at-rules with a single declaration */
.nice-look {
font-variant-alternates:styleset(nice-style);
}
The text was updated successfully, but these errors were encountered:
yisibl
changed the title
Support @font-feature-values
[css-minifier] Support @font-feature-values
Mar 19, 2022
https://caniuse.com/mdn-css_at-rules_font-feature-values
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-feature-values
The text was updated successfully, but these errors were encountered: