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:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user