From e91ab98f976f89ee403097a5c86d77895b683772 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Fri, 19 Jun 2020 16:47:30 -0400 Subject: remove resume from paths --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 5a5e549..6ee0c29 100644 --- a/config.py +++ b/config.py @@ -27,20 +27,20 @@ config = { 'family': 'EB Garamond', 'weight': '400', 'style': 'italic', - 'fontfile': '../resume/EBGaramond-Italic.otf', + 'fontfile': 'EBGaramond-Italic.otf', 'extratext': '@' }, { 'family': 'EB Garamond', 'weight': '400', 'style': 'normal', - 'fontfile': '../resume/EBGaramond-Regular.otf' + 'fontfile': 'EBGaramond-Regular.otf' }, { 'family': 'EB Garamond', 'weight': '500', 'style': 'normal', - 'fontfile': '../resume/EBGaramond-Medium.otf' + 'fontfile': 'EBGaramond-Medium.otf' } ], } -- cgit v1.2.3-54-g00ecf