From bfbf71f0c453d48980b1b4d7a9b234e4b3d985d8 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 1 Jul 2022 14:53:29 -0700 Subject: toolchain: don't strip MVAR table --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 123f1120e..445615fda 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ $(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 $@ - . $(VENV) ; gftools fix-unwanted-tables -t MVAR $@ + @#. $(VENV) ; gftools fix-unwanted-tables -t MVAR $@ $(FONTDIR)/var/%.var.otf: $(UFODIR)/%.designspace | $(FONTDIR)/var venv . $(VENV) ; fontmake -o variable-cff2 -m $< --output-path $@ \ -- cgit v1.2.3