diff options
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index a51d9ba6..89e44f3d 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -83,7 +83,7 @@ def find_any_font(): if os.path.exists(font):
return font
- return "arial.ttf"
+ return "Arial.TTF"
class Options:
|