Fixed name of font
This commit is contained in:
parent
d1275c7826
commit
24285741c4
@ -59,7 +59,7 @@ if language in ['ja','zh','zh_tw','ko']:
|
|||||||
else:
|
else:
|
||||||
default = ImageFont.truetype(NotoSans+'.ttf', 18)
|
default = ImageFont.truetype(NotoSans+'.ttf', 18)
|
||||||
semi = ImageFont.truetype(NotoSans+'Medium.ttf', 18)
|
semi = ImageFont.truetype(NotoSans+'Medium.ttf', 18)
|
||||||
bold = ImageFont.truetype(NotoSans+'Bold.ttf', 18)
|
bold = ImageFont.truetype(NotoSans+'SemiBold.ttf', 18)
|
||||||
|
|
||||||
w_font = ImageFont.truetype(weatherfont, 10)
|
w_font = ImageFont.truetype(weatherfont, 10)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user