Moved loading custom font outside of cv class
This commit is contained in:
parent
587edff38c
commit
b2b1a60ea0
2 changed files with 3 additions and 2 deletions
2
cv.cls
2
cv.cls
|
@ -261,8 +261,6 @@
|
|||
|
||||
% CUSTOM FONTS
|
||||
|
||||
\newfontfamily{\icons}{cv}[Path=./fontello-cv/font/, Extension = .ttf]
|
||||
|
||||
%\newcommand{\iconMatrix}[0]{
|
||||
%\fontello \char"E802
|
||||
%}
|
||||
|
|
3
cv.tex
3
cv.tex
|
@ -18,6 +18,9 @@
|
|||
\newcommand \cvVis{public}
|
||||
\newcommand \cvType{general}
|
||||
|
||||
% Load icon font
|
||||
\newfontfamily{\icons}{cv}[Path=./fontello-cv/font/, Extension = .ttf]
|
||||
|
||||
% Set title
|
||||
\title{Oscar Pocock - CV}
|
||||
|
||||
|
|
Loading…
Reference in a new issue