diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-05-13 12:57:32 +0000 |
---|---|---|
committer | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-05-13 12:57:32 +0000 |
commit | 5afc44aab14819afea87b2f36c2f76dc43d3e83c (patch) | |
tree | f5c74d8995bbe7f45f1ee7c56a72f41c9a158ecd /style.css | |
parent | 867be74244dc725fcf2685018b97501e83a16235 (diff) | |
download | stable-diffusion-webui-gfx803-5afc44aab14819afea87b2f36c2f76dc43d3e83c.tar.gz stable-diffusion-webui-gfx803-5afc44aab14819afea87b2f36c2f76dc43d3e83c.tar.bz2 stable-diffusion-webui-gfx803-5afc44aab14819afea87b2f36c2f76dc43d3e83c.zip |
Requested changes
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 */
|