Hey everyone!
I have some glyph substitutions in the ‘rlig’ feature; everything works well when I export it as a variable font, and the substitutions happen at the right time.
e.g. of my ‘rlig’ feature:
#ifdef VARIABLE
condition 480 < wght ;
sub C by C.2;
My problem is that when exporting instances, the substitutions don’t happen.
I get stuck with the ‘C’ for all static instances.
Does anyone know how I can fix it?
Thank you so much!