Skip to content

Commit

Permalink
add fix as proposed in posquit0#291
Browse files Browse the repository at this point in the history
  • Loading branch information
cxkoda committed Feb 22, 2020
1 parent 4be6c21 commit 2c25266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion fontawesome.sty
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\usepackage{fontspec}

% Define shortcut to load the Font Awesome font.
\newfontfamily{\FA}{FontAwesome}
\setfontfamily{\FA}{FontAwesome}
% Generic command displaying an icon by its name.
\newcommand*{\faicon}[1]{{
\FA\csname faicon@#1\endcsname
Expand Down

0 comments on commit 2c25266

Please sign in to comment.