commit 10424e38699bf2811ecc54c748c689e7ca01caed parent e2dbaf5aa92f82a382dda8e59c2d9a7d05a73870 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 29 Jan 2020 12:40:45 +0100 Also generate OTF versions for the 16x32 and 32x64 sizes. Diffstat:
M | Makefile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -59,7 +59,9 @@ sfd: .endfor otf: - $(FONTFORGE) -lang ff -c 'Open("spleen.sfd"); Generate("spleen.otf")' +.for size in $(OTFSIZES) + $(FONTFORGE) -lang ff -c 'Open("spleen-${size}.sfd"); Generate("spleen-${size}.otf")' +.endfor screenshots: .for size in $(SIZES)