mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
change default font capitalization to possibly help linux users #157
This commit is contained in:
@@ -83,7 +83,7 @@ def find_any_font():
|
|||||||
if os.path.exists(font):
|
if os.path.exists(font):
|
||||||
return font
|
return font
|
||||||
|
|
||||||
return "arial.ttf"
|
return "Arial.TTF"
|
||||||
|
|
||||||
|
|
||||||
class Options:
|
class Options:
|
||||||
|
Reference in New Issue
Block a user