1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-01 16:55:57 +02:00

Consider .ttc in docker entrypoint

This commit is contained in:
Vsevolod 2021-09-13 21:48:06 +03:00
parent 38f76ec69f
commit b51e17d824

View File

@ -16,4 +16,4 @@ for i; do
fi
done
for f in /in/*.otf /in/*.ttf /in/*.woff /in/*.eot; do [ -f $f ] && fontforge -script /nerd/font-patcher -out /out $args $f; done
for f in /in/*.otf /in/*.ttf /in/*.woff /in/*.eot /in/*.ttc; do [ -f $f ] && fontforge -script /nerd/font-patcher -out /out $args $f; done