summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-04-07 21:06:04 +0300
committerRasmus Andersson <rasmus@notion.se>2020-04-07 21:06:04 +0300
commit776f39d74f61775e0d1627aba8f4492c4019893b (patch)
treee53cccf60e0afdd3d53ee0cd181fc732086d9311
parente209c55203dcec76368163b4b8ea845b7665ae0b (diff)
downloadinter-776f39d74f61775e0d1627aba8f4492c4019893b.tar.xz
makefile: fix issue where V fonts would be copied to docs/font-files
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0111706a..78562c3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -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