Skip to content

Commit

Permalink
Merge pull request #15757 from AUTOMATIC1111/fix-fonts-with-subpath-
Browse files Browse the repository at this point in the history
use relative path for webui-assets css
  • Loading branch information
AUTOMATIC1111 authored Jun 8, 2024
2 parents 07cf95c + d44f241 commit 64ebb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 64ebb24

Please sign in to comment.