diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-19 16:47:30 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-19 16:47:59 -0400 |
commit | e91ab98f976f89ee403097a5c86d77895b683772 (patch) | |
tree | 9efeacf359ee53ba52cebc5235344ebebcf59d40 | |
parent | 8d494ecf5f7cff5310ec6784bfdd36161dde0e2e (diff) | |
download | wfs-e91ab98f976f89ee403097a5c86d77895b683772.tar.xz wfs-e91ab98f976f89ee403097a5c86d77895b683772.zip |
remove resume from paths
-rw-r--r-- | config.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' } ], } |