Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ theme = gr.themes.Default(
|
|
9 |
),
|
10 |
secondary_hue="red",
|
11 |
neutral_hue="slate",
|
12 |
-
font=[gr.themes.GoogleFont('
|
13 |
font_mono=[gr.themes.GoogleFont('xkcd'), 'ui-monospace', 'Consolas', 'monospace'],
|
14 |
).set(
|
15 |
body_text_color='*primary_950',
|
|
|
9 |
),
|
10 |
secondary_hue="red",
|
11 |
neutral_hue="slate",
|
12 |
+
font=[gr.themes.GoogleFont('Patrick Hand'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
13 |
font_mono=[gr.themes.GoogleFont('xkcd'), 'ui-monospace', 'Consolas', 'monospace'],
|
14 |
).set(
|
15 |
body_text_color='*primary_950',
|