Combining default with stylistic set glyphs to ligature

Hello,

I have a stylistic set ss02 for uppercase glyphs, and I need to create ligatures that combine these uppercase glyphs with lowercase letters.

For example, I need something like:
sub T.ss02 h by T.ss02_h.liga;

However, I can’t get it to work. I’ve looked at other posts with similar issues, but I haven’t found a solution. Am I missing something? Is it possible to combine an ss02 uppercase letter with a default lowercase letter in a ligature?

Thank you!

The liga feature needs to be below the ss02 feature.

1 Like

Amazing! Thank you very much.