diff options
-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]{{ |