Install new fonts into pyfiglet
mainIf you have new font files (either a single .flf file or a ZIP archive containing multiple fonts), you can install them into your pyfiglet collection using the -L flag. Depending on your installation method, you may require root privileges.
Note: On Unix-like systems, pyfiglet automatically detects and uses fonts installed by the system FIGlet in /usr/local/share/figlet and /usr/share/figlet.
pyfiglet -L <font file>
# If permission is denied:
sudo pyfiglet -L <font file>