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
Hello, I believe there’s a mistake with the small-caps conversion:
/* current */h2 {
font-feature-settings:"c2sc"; /* this is for caps to small caps */font-variant-caps: small-caps;
}
/* should be */h2 {
font-feature-settings:"smcp";
font-variant-caps: small-caps;
}
The text was updated successfully, but these errors were encountered:
ryanditjia
changed the title
Incorrect conversion
Incorrect conversion of small-caps
May 4, 2020
Hello, I believe there’s a mistake with the small-caps conversion:
The text was updated successfully, but these errors were encountered: