Closed BoldMonday closed 5 months ago
possibly related https://github.com/fonttools/fonttools/issues/3013
i think the error you're seeing was fixed in ufo2ft already see https://github.com/googlefonts/ufo2ft/pull/717 (it should be in since v2.31.0 at least)
I will try to release an update with updated dependencies soon.
This should be fixed by #410, part of the 1.8 release: https://github.com/justvanrossum/fontgoggles/releases/tag/v1.8
(I realise this problem might not be FontGoggles-specific but an update will be necessary when this issue has been fixed upstream.)
Working on a UFO file containing features with the following declarations for languagesystems:
FontGoggles is not able to compile the features, reporting:
It appears that the line
languagesystem math dflt;
is the culprit here. If I remove that line there is no problem.