aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-07 09:21:21 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2024-01-07 09:21:21 +0300
commit2f98a35fc4508494355c01ec45f5bec725f570a6 (patch)
tree9631373104d5c5db16c490895b53bd5ac5904009 /style.css
parent30aa5e0a7ca7f2de61940b97aa642ae4f6d7d17f (diff)
add assets repo; serve fonts locally rather than from google's servers
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6d4c8a0d..4957c523 100644
--- a/style.css
+++ b/style.css
@@ -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 */