Hi everyone,
I’m currently working on a variable font and I’d like to include, within a single file, both upright and oblique masters.
In the oblique version, some glyphs won’t just be slanted but will actually change their design.
I’m wondering what the best approach is to handle this:
-
Should I use OpenType substitutions (for example via
.italor.rlig)? -
Or is there a more appropriate method in the context of variable fonts (axes, conditional glyph substitution, etc.)?
If anyone has experience implementing this kind of behavior (switching to alternate glyphs depending on an oblique/italic axis), I’d really appreciate your insights or best practices. Thanks.