summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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