Spaces:
Running on Zero
Running on Zero
arial
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ SAVE_EXAMPLES = False
|
|
| 52 |
# --- CSS for Times New Roman ---
|
| 53 |
CUSTOM_CSS = """
|
| 54 |
.gradio-container, .gradio-container * {
|
| 55 |
-
font-family: '
|
| 56 |
}
|
| 57 |
"""
|
| 58 |
|
|
|
|
| 52 |
# --- CSS for Times New Roman ---
|
| 53 |
CUSTOM_CSS = """
|
| 54 |
.gradio-container, .gradio-container * {
|
| 55 |
+
font-family: 'Arial', Times, serif !important;
|
| 56 |
}
|
| 57 |
"""
|
| 58 |
|