font change to MatrixLight8X

This commit is contained in:
Chuck
2025-07-23 12:55:26 -05:00
parent e7100c4cba
commit 53464e0971
2 changed files with 10186 additions and 2 deletions

10184
assets/fonts/MatrixLight8X.bdf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -39,8 +39,8 @@ 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, '6x9.bdf'))
self.body_font = freetype.Face(os.path.join(font_dir, 'cozette-8.bdf'))
self.title_font = freetype.Face(os.path.join(font_dir, 'MatrixLight8X.bdf'))
self.body_font = freetype.Face(os.path.join(font_dir, '5x7.bdf'))
# Load categories and their data
self.categories = self.of_the_day_config.get('categories', {})