Pythonity / icon-font-to-png

Python script (and library) for exporting icons from icon fonts (e.g. Font Awesome, Octicons) as PNG images
https://pythonity.github.io/icon-font-to-png/
MIT License
208 stars 35 forks source link

List available icons using --list fails #16

Open yafp opened 4 years ago

yafp commented 4 years ago

I am using the current version, installed via pip.

Downloading the font using:

icon-font-to-png --download font-awesome

worked without issues - as a result i got the .css and the .ttf file.

But if i try to list all icons using:

icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list

i get no output at all.

Feniksss commented 1 year ago

the same issue