From b2b1a60ea037e0b74cad5def68086665f60382de Mon Sep 17 00:00:00 2001 From: oscarpocock Date: Sat, 16 Apr 2022 22:04:05 +0100 Subject: [PATCH] Moved loading custom font outside of cv class --- cv.cls | 2 -- cv.tex | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cv.cls b/cv.cls index 5d3a2a7..bbab45f 100644 --- a/cv.cls +++ b/cv.cls @@ -261,8 +261,6 @@ % CUSTOM FONTS -\newfontfamily{\icons}{cv}[Path=./fontello-cv/font/, Extension = .ttf] - %\newcommand{\iconMatrix}[0]{ %\fontello \char"E802 %} diff --git a/cv.tex b/cv.tex index b9d8c73..e44a984 100644 --- a/cv.tex +++ b/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}