From b36902322233b61b9d470a45b0a1bf20cc824cee Mon Sep 17 00:00:00 2001 From: Arturo Rinaldi Date: Fri, 15 Mar 2019 23:04:22 +0100 Subject: [PATCH] setting default fontdir to blank value this modification allows the user to actually set a custom fonts folder or use them as system ones if properly cached --- awesome-cv.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index c26c775..df9b3f5 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -94,7 +94,7 @@ % Configuration for directory locations %------------------------------------------------------------------------------- % Configure a directory location for fonts(default: 'fonts/') -\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}} +\newcommand*{\fontdir}[1][]{\def\@fontdir{#1}} \fontdir