Reduce the size of kneeboard non-table text.

The bullseye and weather data were looking a bit more like headers than
content.
This commit is contained in:
Dan Albert 2021-07-31 16:54:00 -07:00
parent 73ba7933da
commit 3e08574fbe

View File

@ -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