Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fontawesome5: Update to version 5.15.4 | Aaron LI | 2023-02-02 | 3 | -133/+315 |
| | |||||
* | fontawesome5: Update to 5.13.1 released on 2020-06-18 | Aaron LI | 2020-06-20 | 2 | -23/+1430 |
| | |||||
* | 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: Update to version 5.10.1 | Aaron LI | 2019-08-17 | 2 | -365/+8052 |
| | |||||
* | 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: Regenerate the latex style | Aaron LI | 2018-10-15 | 1 | -12/+15 |
| | |||||
* | fontawesome5: Update the generation script a bit | Aaron LI | 2018-10-15 | 1 | -10/+13 |
| | |||||
* | fontawesome5: update to version 5.2.0 (>300 more icons!) | Aaron LI | 2018-08-25 | 2 | -744/+4621 |
| | |||||
* | Add the generated latex style fontawesome5.sty | Aaron LI | 2018-04-17 | 1 | -0/+2345 |
| | | | | Generated by the 'make-fontawesome5.py' tool | ||||
* | Add the latest icons.yml from Font Awesome project | Aaron LI | 2018-04-17 | 1 | -0/+10254 |
| | | | | URL: https://github.com/FortAwesome/Font-Awesome/raw/master/advanced-options/metadata/icons.yml | ||||
* | 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 |