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:
parent
38f76ec69f
commit
b51e17d824
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user