Ajout support WOFF

This commit is contained in:
Yuki 2025-01-10 00:59:40 -05:00
parent 2be47e750f
commit 59274a08b9
2 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@
*.fnt
*.otb
*.psf
*.ttf
*.ttf
*.woff2

View File

@ -1,7 +1,7 @@
NAME := VideowayMono
FILES := ${NAME}-11.bdf ${NAME}-22.bdf ${NAME}.ttf ${NAME}HiDpi.ttf ${NAME}.otb ${NAME}.psf ${NAME}-11.fnt ${NAME}-22.fnt ${NAME}.dfont
FILES := ${NAME}-11.bdf ${NAME}-22.bdf ${NAME}.ttf ${NAME}HiDpi.ttf ${NAME}.woff2 ${NAME}HiDpi.woff2 ${NAME}.otb ${NAME}.psf ${NAME}-11.fnt ${NAME}-22.fnt ${NAME}.dfont
.SUFFIXES: .sfd .bdf .otb .psf .fnt .dfont .ttf
.SUFFIXES: .sfd .bdf .otb .psf .fnt .dfont .ttf .woff2
all: ${FILES}
@ -21,6 +21,8 @@ all: ${FILES}
%HiDpi.ttf: %-22.bdf
rm -f $@
bitsnpicas convertbitmap -f ttf -o $@ -s Mono -r Mono-HiDpi $<
.ttf.woff2:
woff2_compress $<
clean:
rm -f ${FILES} ${NAME}.afm
rm -f ${FILES} ${NAME}.afm