diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-17 23:58:35 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-18 00:00:39 +0800 |
commit | e21e5dcbadb0eacae5bce80b126fe2c1fa80d428 (patch) | |
tree | 01a47bf0351ce2c22ce23b479aa53266a6b29dda | |
parent | a7413ef87404079a21ec24c3f437c64b72283798 (diff) | |
download | resume-e21e5dcbadb0eacae5bce80b126fe2c1fa80d428.tar.bz2 |
Introduce the fontawesom5 style file
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -16,6 +16,19 @@ by Christophe Roger, which is further based on the [Plasmati Graduate CV](https://www.latextemplates.com/template/plasmati-graduate-cv) by Alessandro Plasmati. +Font Awesome 5 +-------------- +I wrote a simple tool [`make-fontawesome5.py`](fontawesome5/make-fontawesome5.py) +to generate the LaTeX style file for using the latest *Font Awesome 5* in LaTeX. +A pre-generated style file [`fontawesome5.sty`](fontawesome5/fontawesome5.sty) is +also provided. + +*NOTE*: All the following 3 fonts released by the Font Awesome project should be +installed into the system: +* Font Awesome 5 Free (generic icons in regular style, much less than the solid style) +* Font Awesome 5 Free Solid (generic icons in solid style) +* Font Awesome 5 Free Brands (various brand icons) + License ------- * The LaTeX class `resume.cls` is distributed under the |