mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-15 07:03:06 +03:00
change default font capitalization to possibly help linux users #157
This commit is contained in:
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
Block a user