Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -294,10 +294,12 @@ label, .gr-checkbox-label span { /* Target labels and checkbox labels */
|
|
294 |
font-weight: 600 !important; /* Semibold, consistent with your main header */
|
295 |
margin-top: 0.5rem !important; /* Add some top margin for better spacing */
|
296 |
margin-bottom: 0.5rem !important; /* Add some bottom margin for better spacing */
|
|
|
297 |
}
|
298 |
|
299 |
.prose { /* Markdown text */
|
300 |
color: #F0F0F0 !important;
|
|
|
301 |
}
|
302 |
/* General text within blocks that isn't a label or title */
|
303 |
.gr-block .gr-box > div > p, .gr-block .gr-box > div > span {
|
|
|
294 |
font-weight: 600 !important; /* Semibold, consistent with your main header */
|
295 |
margin-top: 0.5rem !important; /* Add some top margin for better spacing */
|
296 |
margin-bottom: 0.5rem !important; /* Add some bottom margin for better spacing */
|
297 |
+
font-family: 'Sprintura', sans-serif !important;
|
298 |
}
|
299 |
|
300 |
.prose { /* Markdown text */
|
301 |
color: #F0F0F0 !important;
|
302 |
+
font-size: 1.1rem !important;
|
303 |
}
|
304 |
/* General text within blocks that isn't a label or title */
|
305 |
.gr-block .gr-box > div > p, .gr-block .gr-box > div > span {
|