stop canonicalizing full name in variable fonts. Closes #488
This commit is contained in:
parent
ce3d561fcd
commit
8c2631206b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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 $@ \
|
||||
|
|
|
|||
Reference in a new issue