diff --git a/assets/fonts/ic8x8u.bdf b/assets/fonts/ic8x8u-new.bdf similarity index 100% rename from assets/fonts/ic8x8u.bdf rename to assets/fonts/ic8x8u-new.bdf diff --git a/src/of_the_day_manager.py b/src/of_the_day_manager.py index 2ab882a5..ce01b4ba 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -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