mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
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
|
% Configuration for fonts
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Set the FontAwesome font to be up-to-date.
|
% 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)
|
% Set font for header (default is Roboto)
|
||||||
\newfontfamily\headerfont[
|
\newfontfamily\headerfont[
|
||||||
Path=\@fontdir,
|
Path=\@fontdir,
|
||||||
|
|
Loading…
Reference in a new issue