icon-font-to-png
icon-font-to-png copied to clipboard
How-to query for Windows
Hello, python and github novice here, so pardon me if this is out of order here.
on windows with anaconda, how does one run the following example: icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list
above has a shell prompt, so i presume is for linux
what i have done on windows are as follows:
- pip install icon_font_to_png (on anaconda cmdline, success)
- icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on anaconda cmdline, failed: 'icon-font-to-png' is not recognized ...)
- icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on windows cmdline at C:\Users\user\Anaconda3\Scripts>, failed: 'icon-font-to-png' is not recognized ...)
Kindly advise please. TIA
I have the same problem as you. I've tried to add environment variable like icon-font-to-png, but it still doesn't work. Such a novice I am.
You can try add "python" before the command, but when I run "python .\icon-font-to-png --download font-awesome", it throw a TimeoutError
try this (replace <you user dir> with your real windows username):
python C:\Users\<you user dir>\AppData\Local\Programs\Python\Python39\Scripts\icon-font-to-png