diff --git a/src/font.py b/src/font.py index 968045a..57b500e 100644 --- a/src/font.py +++ b/src/font.py @@ -26,6 +26,8 @@ def init(version): if not exist(path): mkdir(path) + # TODO: Store the version used and redownload on version changes + # Download the font file if needed if not exist(f"{path}/{filename}"): # Download the font file