diff options
author | Erik Prabowo Kamal <darapsa.org> | 2024-10-06 11:41:52 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <darapsa.org> | 2024-10-06 11:41:52 +0800 |
commit | 8d7f173b7cc246a200a4b4c7ec2afa4eb52f069f (patch) | |
tree | aa20155e90ad6676db9e9327b09eca158d0b278c | |
parent | 3d5d03b65b056561f59b2743b60a374f5bd18b3c (diff) |
Update to refer to version 6 of Font Awesome fonts
now that it's that version that's available on, at least, FreeBSD ports.
-rw-r--r-- | fontawesome5.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fontawesome5.sty b/fontawesome5.sty index ad37b21..d02eaae 100644 --- a/fontawesome5.sty +++ b/fontawesome5.sty @@ -15,18 +15,18 @@ UprightFont=*-Regular-400, ItalicFont=*-Light-300, BoldFont=*-Solid-900, - ]{Font Awesome 5 Pro} + ]{Font Awesome 6 Pro} } \ProcessOptions\relax % Define shortcut to load the Font Awesome font for brands. -\newfontfamily{\FAbrands}[Path=\@fontdir]{Font Awesome 5 Brands-Regular-400} +\newfontfamily{\FAbrands}[Path=\@fontdir]{Font Awesome 6 Brands-Regular-400} % Define shortcut to load the Font Awesome font. \@ifundefined{FA}{% \newfontfamily\FA[ Path=\@fontdir, UprightFont=*-Regular-400, BoldFont=*-Solid-900, -]{Font Awesome 5 Free} +]{Font Awesome 6 Free} }{} % Generic command displaying an icon by its name. \newcommand*{\faicon}[1]{{ |