stop canonicalizing full name in variable fonts. Closes #488

This commit is contained in:
Rasmus Andersson 2022-10-15 16:57:48 -07:00
parent ce3d561fcd
commit 8c2631206b

View file

@ -100,7 +100,6 @@ $(FONTDIR)/static-hinted/%.ttf: $(FONTDIR)/static/%.ttf | $(FONTDIR)/static-hint
$(FONTDIR)/var/_%.var.ttf: $(UFODIR)/%.designspace | $(FONTDIR)/var venv
. $(VENV) ; fontmake -o variable -m $< --output-path $@ \
--overlaps-backend pathops --production-names
. $(VENV) ; python misc/tools/postprocess-vf.py $@
$(FONTDIR)/var/_%.var.otf: $(UFODIR)/%.designspace | $(FONTDIR)/var venv
. $(VENV) ; fontmake -o variable-cff2 -m $< --output-path $@ \