aboutsummaryrefslogtreecommitdiffstats
path: root/fontawesome5/make-fontawesome5.py
Commit message (Collapse)AuthorAgeFilesLines
* make-fontawesome5.py: Fix YAML load warningAaron LI2020-06-201-2/+2
| | | | | | | | | | | | | Use `yaml.safe_load()` instead of `yaml.load()` to fix the following warning: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. In addition, add a comment that the 'icons.yml' URL that has the '/raw' part is actually correct, because we need the raw YAML data instead of the HTML page rendered by Github.
* fontawesome5/make-fontawesome5: Update the URL to "icons.yml"Aaron LI2019-08-171-1/+1
|
* Document the YAML requirement of make-fontawesome5.pyAaron LI2019-05-061-1/+2
|
* fontawesome5: Update the generation script a bitAaron LI2018-10-151-10/+13
|
* Add make-fontawesome5.py to create latex style for Font Awesome 5Aaron LI2018-04-171-0/+220
NOTE: Font Awesome 5 split the icons into 3 different fonts: * solid: generic icons in solid style (main) * regular: generic icons in regular style (much less than the solid style) * brands: icons of various brands