mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
Drop fonts + font-roboto deps since we only use the single regular cut of Roboto
This commit is contained in:
parent
df7070eca2
commit
1332c46b71
5 changed files with 5 additions and 7 deletions
|
|
@ -22,3 +22,5 @@ models_path = os.path.join(data_path, "models")
|
|||
extensions_dir = os.path.join(data_path, "extensions")
|
||||
extensions_builtin_dir = os.path.join(script_path, "extensions-builtin")
|
||||
config_states_dir = os.path.join(script_path, "config_states")
|
||||
|
||||
roboto_ttf_file = os.path.join(modules_path, 'Roboto-Regular.ttf')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue