trying x version

This commit is contained in:
Chuck
2025-07-23 12:59:48 -05:00
parent 78f014cad3
commit d10aed8fe5
2 changed files with 10182 additions and 2 deletions

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