Spaces:
Running
Running
fix font name
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def back_to_setting():
|
|
146 |
return gr.Tabs(selected=0)
|
147 |
|
148 |
|
149 |
-
font = gr.themes.GoogleFont("
|
150 |
theme = gr.themes.Soft(font=font, text_size=gr.themes.sizes.text_lg)
|
151 |
|
152 |
with gr.Blocks(theme=theme, title="假名小測驗") as app:
|
|
|
146 |
return gr.Tabs(selected=0)
|
147 |
|
148 |
|
149 |
+
font = gr.themes.GoogleFont("Noto Sans")
|
150 |
theme = gr.themes.Soft(font=font, text_size=gr.themes.sizes.text_lg)
|
151 |
|
152 |
with gr.Blocks(theme=theme, title="假名小測驗") as app:
|