Merge pull request #15757 from AUTOMATIC1111/fix-fonts-with-subpath-

use relative path for webui-assets css
This commit is contained in:
AUTOMATIC1111 2024-06-08 11:28:06 +03:00 committed by GitHub
commit 64ebb245ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 */