mirror of
https://github.com/rsms/inter.git
synced 2024-11-11 05:58:27 +03:00
makefile: fix issue with renamed italic ufo
This commit is contained in:
parent
bac3fc4648
commit
04f496ee66
2
Makefile
2
Makefile
@ -84,7 +84,7 @@ $(FONTDIR)/const/Inter-UI-Black.%: src/Inter-UI.designspace $(Black_ufo_d)
|
||||
misc/fontbuild compile -o $@ src/Inter-UI-Black.ufo
|
||||
|
||||
$(FONTDIR)/const/Inter-UI-Italic.%: src/Inter-UI.designspace $(Italic_ufo_d)
|
||||
misc/fontbuild compile -o $@ src/Inter-UI-RegularItalic.ufo
|
||||
misc/fontbuild compile -o $@ src/Inter-UI-Italic.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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user