Static fonts with family name suffix and variable font with style name prefix β€” is it possible?

What I want is:

Goal 1. Export static fonts as two separate families:

[Family Name Text] [Regular]
[Family Name Text] [Bold]
[Family Name Display] [Regular]
[Family Name Display] [Bold]

Goal 2. Export variable font with prefix before the style name:

[Family Name VF] [Text Regular]
[Family Name VF] [Text Bold]
[Family Name VF] [Display Regular]
[Family Name VF] [Display Bold]

Is it possible to export such a structure from the same source in one go? From what I tried, I can achieve only Goal 1 (using Localised Family Names) or Goal 2 (by simply renaming instances names), but not both goals at the same time.

I can imagine something like this:
Font Info β†’ Exports β†’ Add Variable Font Setting β†’ Custom Parameters β†’ +

axis: opsz, value: 12, instance prefix: Text
axis: opsz, value: 48, instance prefix: Display

That’s possible already. There’s a Variable Style Name property in the General section of the instances.

1 Like

Thank you Rainer, this is exactly what I needed :raising_hands:

1 Like