From 3e08574fbe84a93f3652ffc7b3d223cd260d24bd Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 31 Jul 2021 16:54:00 -0700 Subject: [PATCH] Reduce the size of kneeboard non-table text. The bullseye and weather data were looking a bit more like headers than content. --- gen/kneeboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/kneeboard.py b/gen/kneeboard.py index 7c4d07aa..31ae4c9b 100644 --- a/gen/kneeboard.py +++ b/gen/kneeboard.py @@ -78,7 +78,7 @@ class KneeboardPageWriter: "arial.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC ) self.content_font = ImageFont.truetype( - "arial.ttf", 20, layout_engine=ImageFont.LAYOUT_BASIC + "arial.ttf", 16, layout_engine=ImageFont.LAYOUT_BASIC ) self.table_font = ImageFont.truetype( "resources/fonts/Inconsolata.otf", 20, layout_engine=ImageFont.LAYOUT_BASIC