Skip to content

Commit e176c99

Browse files
committed
fixed font path
1 parent 7757061 commit e176c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
FONTS_DIR = os.path.join(ASSETS_DIR, 'fonts')
1717
IMG_DIR = os.path.join(ASSETS_DIR, 'img')
1818

19-
MAIN_FONT_PATH = os.path.join(FONTS_DIR, 'Fifaks10DEV1.ttf')
19+
MAIN_FONT_PATH = os.path.join(FONTS_DIR, 'Fifaks10Dev1.ttf')
2020

2121

2222
# Database

0 commit comments

Comments
 (0)