new font try 2

This commit is contained in:
Chuck
2025-07-23 12:07:02 -05:00
parent f3f50b87af
commit aa0472e5c5
2 changed files with 1 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class OfTheDayManager:
# Load fonts using freetype
font_dir = os.path.join(os.path.dirname(__file__), '..', 'assets', 'fonts')
self.title_font = freetype.Face(os.path.join(font_dir, 'ic8x8u.bdf'))
self.title_font = freetype.Face(os.path.join(font_dir, 'ic8x8u-new.bdf'))
self.body_font = freetype.Face(os.path.join(font_dir, '5x7.bdf'))
# Load categories and their data