diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-13 17:25:03 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-13 17:25:03 +0000 |
commit | 2053745c8fc29a0d3c1bbfa07858fb0b21b32e6d (patch) | |
tree | 8a80f841fc4a5d588e1214111990aca7472a8cc1 /style.css | |
parent | 231562ea13e4f697953bdbabd6b76b22a88c587b (diff) | |
parent | 27f7fbf35cd72d547d830f97828ee13d3d2009aa (diff) | |
download | stable-diffusion-webui-gfx803-2053745c8fc29a0d3c1bbfa07858fb0b21b32e6d.tar.gz stable-diffusion-webui-gfx803-2053745c8fc29a0d3c1bbfa07858fb0b21b32e6d.tar.bz2 stable-diffusion-webui-gfx803-2053745c8fc29a0d3c1bbfa07858fb0b21b32e6d.zip |
Merge branch 'v1.2.0-hotfix' into release_candidate
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +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');
/* general gradio fixes */
|