mirror of https://github.com/vladmandic/automatic
change default font capitalization to possibly help linux users #157
parent
1fd2c22919
commit
bcb8a5eb0a
|
|
@ -83,7 +83,7 @@ def find_any_font():
|
|||
if os.path.exists(font):
|
||||
return font
|
||||
|
||||
return "arial.ttf"
|
||||
return "Arial.TTF"
|
||||
|
||||
|
||||
class Options:
|
||||
|
|
|
|||
Loading…
Reference in New Issue