diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-07 06:21:21 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-07 06:21:21 +0000 |
commit | 2f98a35fc4508494355c01ec45f5bec725f570a6 (patch) | |
tree | 9631373104d5c5db16c490895b53bd5ac5904009 /style.css | |
parent | 30aa5e0a7ca7f2de61940b97aa642ae4f6d7d17f (diff) | |
download | stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.tar.gz stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.tar.bz2 stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.zip |
add assets repo; serve fonts locally rather than from google's servers
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* temporary fix to load default gradio font in frontend instead of backend */
-@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
+@import url('webui-assets/css/sourcesanspro.css');
/* temporary fix to hide gradio crop tool until it's fixed https://github.com/gradio-app/gradio/issues/3810 */
|