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
The subfamilyNameID field provides a name ID that can be used to obtain strings from the 'name' table that can be treated as equivalent to name ID 17 (typographic subfamily) strings for the given instance. Values of 2 or 17 can be used; otherwise, values must be greater than 255 and less than 32768. The values 2 or 17 should only be used if the named instance corresponds to the font’s default instance.
Imagine a Designspace where the default weight is a Medium (wght=500) and there is a Regular instance at wght=400. The Regular instance should not use name ID 2 or 17 but something >= 255.
This is probably an irrelevant violation of the spec, but there are tools out there that check for it...
(Thanks to @Hoolean for identifying the issue internally.)