Spaces:
Sleeping
Sleeping
Luis J Camargo commited on
Commit ·
c81059b
1
Parent(s): eef267c
custom font
Browse files
app.py
CHANGED
|
@@ -271,7 +271,8 @@ def run_inference(img_path, mode, use_chart=False, use_unwarping=False, progress
|
|
| 271 |
# --- UI Layout ---
|
| 272 |
|
| 273 |
custom_css = """
|
| 274 |
-
|
|
|
|
| 275 |
.app-header {
|
| 276 |
text-align: center;
|
| 277 |
padding: 2.5rem;
|
|
|
|
| 271 |
# --- UI Layout ---
|
| 272 |
|
| 273 |
custom_css = """
|
| 274 |
+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800&family=Noto+Serif:wght@400;600;700&display=swap');
|
| 275 |
+
body, .gradio-container { font-family: 'Noto Sans', 'Noto Serif', system-ui, sans-serif; }
|
| 276 |
.app-header {
|
| 277 |
text-align: center;
|
| 278 |
padding: 2.5rem;
|