From aa0472e5c53482b2757f6bfde5a7b71535f8d54c Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:07:02 -0500 Subject: [PATCH] new font try 2 --- assets/fonts/{ic8x8u.bdf => ic8x8u-new.bdf} | 0 src/of_the_day_manager.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/fonts/{ic8x8u.bdf => ic8x8u-new.bdf} (100%) 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