add assets repo; serve fonts locally rather than from google's servers

This commit is contained in:
AUTOMATIC1111
2024-01-07 09:21:21 +03:00
parent 30aa5e0a7c
commit 2f98a35fc4
4 changed files with 9 additions and 2 deletions

View File

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