Update themes/[email protected]
Browse files- themes/[email protected] +4 -2
themes/[email protected]
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"theme": {
|
3 |
"_font": [
|
|
|
4 |
{"gradio_font": true, "name": "Asap", "class": "google"},
|
5 |
{"gradio_font": true, "name": "ui-sans-serif", "class": "font"},
|
6 |
{"gradio_font": true, "name": "sans-serif", "class": "font"}
|
@@ -11,6 +12,7 @@
|
|
11 |
{"gradio_font": true, "name": "monospace", "class": "font"}
|
12 |
],
|
13 |
"_stylesheets": [
|
|
|
14 |
"https://fonts.googleapis.com/css2?family=Asap:wght@400;600&display=swap",
|
15 |
"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap"
|
16 |
],
|
@@ -179,7 +181,7 @@
|
|
179 |
"error_icon_color_dark": "#ef4444",
|
180 |
"error_text_color": "#FFD700",
|
181 |
"error_text_color_dark": "#FFD700",
|
182 |
-
"font": "'Asap', 'ui-sans-serif', sans-serif",
|
183 |
"font_mono": "'Fira Code', 'ui-monospace', monospace",
|
184 |
"form_gap_width": "0px",
|
185 |
"input_background_fill": "#242424",
|
@@ -302,4 +304,4 @@
|
|
302 |
"text_xxs": "9px"
|
303 |
},
|
304 |
"version": "Shiki"
|
305 |
-
}
|
|
|
1 |
{
|
2 |
"theme": {
|
3 |
"_font": [
|
4 |
+
{"gradio_font": true, "name": "Cairo", "class": "google"},
|
5 |
{"gradio_font": true, "name": "Asap", "class": "google"},
|
6 |
{"gradio_font": true, "name": "ui-sans-serif", "class": "font"},
|
7 |
{"gradio_font": true, "name": "sans-serif", "class": "font"}
|
|
|
12 |
{"gradio_font": true, "name": "monospace", "class": "font"}
|
13 |
],
|
14 |
"_stylesheets": [
|
15 |
+
"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap",
|
16 |
"https://fonts.googleapis.com/css2?family=Asap:wght@400;600&display=swap",
|
17 |
"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap"
|
18 |
],
|
|
|
181 |
"error_icon_color_dark": "#ef4444",
|
182 |
"error_text_color": "#FFD700",
|
183 |
"error_text_color_dark": "#FFD700",
|
184 |
+
"font": "'Cairo', 'Asap', 'ui-sans-serif', sans-serif",
|
185 |
"font_mono": "'Fira Code', 'ui-monospace', monospace",
|
186 |
"form_gap_width": "0px",
|
187 |
"input_background_fill": "#242424",
|
|
|
304 |
"text_xxs": "9px"
|
305 |
},
|
306 |
"version": "Shiki"
|
307 |
+
}
|