summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-10-16 02:57:48 +0300
committerRasmus Andersson <rasmus@notion.se>2022-10-16 02:57:48 +0300
commit8c2631206b58fc9f8947a6a9d63af12a72a079b7 (patch)
treef2ebc294101caed2de6a16ee71255fce79848470 /Makefile
parentce3d561fcd973790b63dfa7a82d8bc5c23521b37 (diff)
downloadinter-8c2631206b58fc9f8947a6a9d63af12a72a079b7.tar.xz
stop canonicalizing full name in variable fonts. Closes #488
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a40189ae..4a1391b23 100644
--- a/Makefile
+++ b/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 $@ \