Merge pull request #15183 from jim60105/master

chore: fix font not loaded
This commit is contained in:
AUTOMATIC1111
2024-03-08 21:58:41 +03:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
/* temporary fix to load default gradio font in frontend instead of backend */
@import url('webui-assets/css/sourcesanspro.css');
@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 */