gyli / PyWaffle

🧇 Make Waffle Charts in Python.
MIT License
578 stars 105 forks source link

Add Font Awesome through Python package #31

Closed gyli closed 2 years ago

gyli commented 2 years ago

Font Awesome v6 now provides Python package on Pypi https://pypi.org/project/fontawesomefree/#description

Add Font Awesome through Python package, so no need to add a copy of otf files in PyWaffle.

This solution might not reduce the content that need to be downloaded when installing, and is not able to use system's font first (https://github.com/gyli/PyWaffle/issues/25), while it does avoid some unnecessary downloads when there are other Python packages also using Font Awesome.