chore: fix font not loaded

fix #15182
This commit is contained in:
陳鈞 2024-03-09 02:07:42 +08:00
parent 7d1368c51c
commit 02a4ceabdd
No known key found for this signature in database
GPG Key ID: 96A7988FC3596AF7
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 */