From 8d7f173b7cc246a200a4b4c7ec2afa4eb52f069f Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Sun, 6 Oct 2024 11:41:52 +0800 Subject: Update to refer to version 6 of Font Awesome fonts now that it's that version that's available on, at least, FreeBSD ports. --- fontawesome5.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fontawesome5.sty') 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]{{ -- cgit v1.2.3