makefile: fix issue where V fonts would be copied to docs/font-files

This commit is contained in:
Rasmus Andersson 2020-04-07 11:06:04 -07:00
parent e209c55203
commit 776f39d74f

View file

@ -359,7 +359,10 @@ docs_fonts:
cp -a $(FONTDIR)/const/*.woff \
$(FONTDIR)/const/*.woff2 \
$(FONTDIR)/const/*.otf \
$(FONTDIR)/var/*.* \
$(FONTDIR)/var/Inter.var.* \
$(FONTDIR)/var/InterDisplay.var.* \
$(FONTDIR)/var/Inter*-roman.var.* \
$(FONTDIR)/var/Inter*-italic.var.* \
docs/font-files/
.PHONY: docs docs_info docs_fonts