summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-06-19 16:47:30 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-06-19 16:47:59 -0400
commite91ab98f976f89ee403097a5c86d77895b683772 (patch)
tree9efeacf359ee53ba52cebc5235344ebebcf59d40
parent8d494ecf5f7cff5310ec6784bfdd36161dde0e2e (diff)
downloadwfs-e91ab98f976f89ee403097a5c86d77895b683772.tar.xz
wfs-e91ab98f976f89ee403097a5c86d77895b683772.zip
remove resume from paths
-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'
}
],
}