Moved loading custom font outside of cv class

This commit is contained in:
Oscar Blue 2022-04-16 22:04:05 +01:00
parent 587edff38c
commit b2b1a60ea0
2 changed files with 3 additions and 2 deletions

2
cv.cls
View file

@ -261,8 +261,6 @@
% CUSTOM FONTS % CUSTOM FONTS
\newfontfamily{\icons}{cv}[Path=./fontello-cv/font/, Extension = .ttf]
%\newcommand{\iconMatrix}[0]{ %\newcommand{\iconMatrix}[0]{
%\fontello \char"E802 %\fontello \char"E802
%} %}

3
cv.tex
View file

@ -18,6 +18,9 @@
\newcommand \cvVis{public} \newcommand \cvVis{public}
\newcommand \cvType{general} \newcommand \cvType{general}
% Load icon font
\newfontfamily{\icons}{cv}[Path=./fontello-cv/font/, Extension = .ttf]
% Set title % Set title
\title{Oscar Pocock - CV} \title{Oscar Pocock - CV}