mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
makefile: fix issue where V fonts would be copied to docs/font-files
This commit is contained in:
parent
e209c55203
commit
776f39d74f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in a new issue