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
Anton SC has an ff ligature problem where the conversion of lowercase to small caps mishandled the ligature, so a lowercase ligature is substituted over two small-scaps fs.
Looks like an issue with the order of lookups. The small cap rules are moved to the ccmp feature but they're in lookup 30; the liga feature is lookup 24. ccmp and liga are run in the same shaping "pause", so the rules are executed in order of lookup ID. This means the ligature happens first and the small caps afterwards. Our small-capifier should put the smcp rules into a fairly early lookup ID.
Describe the bug
Anton SC has an
ff
ligature problem where the conversion of lowercase to small caps mishandled the ligature, so a lowercase ligature is substituted over two small-scapsf
s.To Reproduce
https://fonts.google.com/specimen/Anton+SC?preview.text=Waffles%20WAFFLES
Expected behavior
No ligature
Screenshots
@simoncozens might have insights
The text was updated successfully, but these errors were encountered: