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
In converting Museo Moderno to the UFR format, I ran into an issue where the variable font was not generating instances in the fvar table. It turned out that the issue was that there was a slight mismatch between the font name in the config.yaml file ("Museo Moderno") and the name in the Glyphs file itself ("MuseoModerno").
I think that it would make sense to issue an error if there is mismatch between these two locations rather than building the font and silently failing to produce an fvar table.
The text was updated successfully, but these errors were encountered:
In converting Museo Moderno to the UFR format, I ran into an issue where the variable font was not generating instances in the
fvar
table. It turned out that the issue was that there was a slight mismatch between the font name in theconfig.yaml
file ("Museo Moderno") and the name in the Glyphs file itself ("MuseoModerno").I think that it would make sense to issue an error if there is mismatch between these two locations rather than building the font and silently failing to produce an
fvar
table.The text was updated successfully, but these errors were encountered: