Skip to content

Commit

Permalink
Merge pull request #664 from kraftwerk28/master
Browse files Browse the repository at this point in the history
Consider .ttc in docker entrypoint
  • Loading branch information
ryanoasis authored Nov 27, 2021
2 parents 7145db4 + 1f350cd commit ecb07a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ecb07a9

Please sign in to comment.