summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.py6
1 files 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'
}
],
}