Skip to content

Commit

Permalink
5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaM-TL committed Sep 28, 2024
1 parent 56ea3a9 commit 963471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fotokilof/ini_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def text(file_ini, fonts_dict):
elif mswindows.macos:
default_font = "Helvetica"
else:
default_font = "DejaVu Sans"
default_font = "DejaVu-Sans"
try:
text_font = config.get("Text", "font")
except:
Expand Down

0 comments on commit 963471e

Please sign in to comment.