Commit bcb8a5eb authored by AUTOMATIC's avatar AUTOMATIC

change default font capitalization to possibly help linux users #157

parent 1fd2c229
......@@ -83,7 +83,7 @@ def find_any_font():
if os.path.exists(font):
return font
return "arial.ttf"
return "Arial.TTF"
class Options:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment