Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fontawesome5: Update to version 5.15.4 | Aaron LI | 2023-02-02 | 1 | -2/+2 |
| | |||||
* | make-fontawesome5.py: Fix YAML load warning | Aaron LI | 2020-06-20 | 1 | -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 LI | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | Document the YAML requirement of make-fontawesome5.py | Aaron LI | 2019-05-06 | 1 | -1/+2 |
| | |||||
* | fontawesome5: Update the generation script a bit | Aaron LI | 2018-10-15 | 1 | -10/+13 |
| | |||||
* | Add make-fontawesome5.py to create latex style for Font Awesome 5 | Aaron LI | 2018-04-17 | 1 | -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 |