This commit is contained in:
Chuck
2025-07-23 12:46:55 -05:00
parent aa0472e5c5
commit e54a25da78
5 changed files with 21423 additions and 9994 deletions

21422
assets/fonts/5x8.bdf Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

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