diff --git a/modules/weather.py b/modules/weather.py index 08e6e38..623029d 100644 --- a/modules/weather.py +++ b/modules/weather.py @@ -74,7 +74,7 @@ class WeatherJumboCurrentModule: image = Image.new('RGB', (width, height), 'white') draw = ImageDraw.Draw(image) - fnt_Big = ImageFont.truetype(config.fnt_RB_path, 26) + fnt_Big = ImageFont.truetype(config.fnt_RB_path, 33) fnt_R = ImageFont.truetype(config.fnt_R_path, 16) fnt_B = ImageFont.truetype(config.fnt_RB_path, 16)