summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-14 18:50:06 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:37:43 +0300
commitfef07785c6d9c136dd9b818f9cd60fbb749962e6 (patch)
treee7ba53778cad24be7d254484555b57751b7799bf /Makefile
parenta8e39fcb3bfbdf1e630a3f7342bb1dae472225f4 (diff)
downloadinter-fef07785c6d9c136dd9b818f9cd60fbb749962e6.tar.xz
makefile blackitalic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8747db195..d74a059ac 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,9 @@ $(FONTDIR)/const/Inter-UI-Black.%: src/Inter-UI.designspace $(Black_ufo_d)
$(FONTDIR)/const/Inter-UI-Italic.%: src/Inter-UI.designspace $(Italic_ufo_d)
misc/fontbuild compile -o $@ src/Inter-UI-Italic.ufo
+$(FONTDIR)/const/Inter-UI-BlackItalic.%: src/Inter-UI.designspace $(BlackItalic_ufo_d)
+ misc/fontbuild compile -o $@ src/Inter-UI-BlackItalic.ufo
+
$(FONTDIR)/const/Inter-UI-%.otf: build/ufo/Inter-UI-%.ufo src/Inter-UI.designspace $(Regular_ufo_d) $(Black_ufo_d)
misc/fontbuild compile -o $@ $<