forked from mirrors/Awesome-CV
Fix redefinition of \FA
This commit fixes an issue when using recent fontspec versions. Described in: https://tex.stackexchange.com/a/453198/73121 Closes #234.
This commit is contained in:
parent
4be6c213c8
commit
af2d81a115
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
% Configuration for fonts
|
||||
%-------------------------------------------------------------------------------
|
||||
% Set the FontAwesome font to be up-to-date.
|
||||
\newfontfamily\FA[Path=\@fontdir]{FontAwesome}
|
||||
\setfontfamily\FA[Path=\@fontdir]{FontAwesome}
|
||||
% Set font for header (default is Roboto)
|
||||
\newfontfamily\headerfont[
|
||||
Path=\@fontdir,
|
||||
|
|
Loading…
Reference in a new issue