new fonts: Matrix light & chunky

This commit is contained in:
Chuck
2025-07-23 12:58:49 -05:00
parent 53464e0971
commit 78f014cad3
5 changed files with 20477 additions and 92487 deletions

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