Fix FontAwesome path in the template
This commit is contained in:
parent
40df945b14
commit
5623b1fb60
Binary file not shown.
|
@ -69,7 +69,7 @@
|
|||
\newfontfamily{\hlight}[UprightFont={* Light}]{Cormorant Garamond}
|
||||
%\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
|
||||
\defaultfontfeatures{
|
||||
Path = /usr/local/share/texmf-dist/fonts/opentype/public/fontawesome/ }
|
||||
Path = /opt/texlive/2019/texmf-dist/fonts/opentype/public/fontawesome/ }
|
||||
\usepackage{fontawesome} % glyphs for contact info
|
||||
|
||||
% CUSTOM COMMANDS
|
||||
|
|
Loading…
Reference in New Issue