diff options
author | Aaron LI <aly@aaronly.me> | 2023-02-03 18:12:02 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-02-03 18:14:16 +0800 |
commit | 7549fabc4b01d193933577eac99064954669f821 (patch) | |
tree | b3e39d272a3d8cecfd5bd440a0557664ceabc1dd /README.md | |
parent | 40e23ef549bf83c38a297d29ccddc11a31d46334 (diff) | |
download | resume-7549fabc4b01d193933577eac99064954669f821.tar.bz2 |
class: Update to use 'fontawesome5' package from CTAN
The CTAN fontawesome5 package (https://www.ctan.org/pkg/fontawesome5) is
better maintained and has more advanced features. Update to use it
instead of the custom one.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -38,6 +38,14 @@ Usage Font Awesome 5 -------------- +**NOTE**: +The [fontawesome5 package](https://www.ctan.org/pkg/fontawesome5) from CTAN +is used, which is more advanced and bundles with the font files. + +The original [fontawesome5](fontawesome5/) contents are now obsolete but kept +for reference. + +<blockquote> I wrote a simple tool [`make-fontawesome5.py`](fontawesome5/make-fontawesome5.py), which will download the latest icon list from the [Font Awesome](https://github.com/FortAwesome/Font-Awesome) project @@ -67,6 +75,7 @@ i.e., the following 3 OTF files are needed: * `Font Awesome 5 Free-Regular-400.otf` * `Font Awesome 5 Free-Solid-900.otf` * `Font Awesome 5 Brands-Regular-400.otf` +</blockquote> Required Fonts -------------- |