changed font back to a less ugly one

This commit is contained in:
weckyy702
2020-12-26 18:26:34 +01:00
3 changed files with 17 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ datei_endung = ".png"
img = None
output_img = None
font = ImageFont.truetype("res/fonts/SpaceGrotesk-Light.ttf", 12)
font = ImageFont.truetype("res/fonts/NotoSans-Regular.ttf", 12)
def NSD_init(x: float, y: float):