ran into a weird thing with a node CLI tool & Zsh. if using an asterisk --subset=*.ttf
zsh will choke. Can escape the * with quotes --subset="*".ttf
https://github.com/robbyrussell/oh-my-zsh/issues/433 Now to debug my fonttools & Python environment…
Got Something To Say?