Spaces:
Paused
Paused
Commit
·
2dfa766
1
Parent(s):
c816548
chore: update guideflow header logo font
Browse filesSigned-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>
- demos/run_gradio_demo.py +1 -4
demos/run_gradio_demo.py
CHANGED
|
@@ -344,7 +344,7 @@ h1, h2, h3, span, p {{
|
|
| 344 |
transform: translateY(0.5rem);
|
| 345 |
}}
|
| 346 |
.title-uide, .title-flow, .title-3d {{
|
| 347 |
-
font-family: 'Avenir Next
|
| 348 |
font-size: 3.5rem;
|
| 349 |
font-weight: normal;
|
| 350 |
line-height: 1.2;
|
|
@@ -354,15 +354,12 @@ h1, h2, h3, span, p {{
|
|
| 354 |
-webkit-background-clip: text;
|
| 355 |
background-clip: text;
|
| 356 |
color: transparent;
|
| 357 |
-
font-family: 'Avenir Next Regular', 'Inter', 'Roboto', sans-serif;
|
| 358 |
}}
|
| 359 |
.title-flow {{
|
| 360 |
color: {GUIDEFLOW_BLUE};
|
| 361 |
-
font-family: 'Avenir Next Regular', 'Inter', 'Roboto', sans-serif;
|
| 362 |
}}
|
| 363 |
.title-3d {{
|
| 364 |
color: {GUIDEFLOW_YELLOW};
|
| 365 |
-
font-family: 'Avenir Next Regular', 'Inter', 'Roboto', sans-serif;
|
| 366 |
}}
|
| 367 |
.subtitle {{
|
| 368 |
font-size: 1.5rem;
|
|
|
|
| 344 |
transform: translateY(0.5rem);
|
| 345 |
}}
|
| 346 |
.title-uide, .title-flow, .title-3d {{
|
| 347 |
+
font-family: 'Avenir Next Regular', 'Inter', 'Roboto', sans-serif;
|
| 348 |
font-size: 3.5rem;
|
| 349 |
font-weight: normal;
|
| 350 |
line-height: 1.2;
|
|
|
|
| 354 |
-webkit-background-clip: text;
|
| 355 |
background-clip: text;
|
| 356 |
color: transparent;
|
|
|
|
| 357 |
}}
|
| 358 |
.title-flow {{
|
| 359 |
color: {GUIDEFLOW_BLUE};
|
|
|
|
| 360 |
}}
|
| 361 |
.title-3d {{
|
| 362 |
color: {GUIDEFLOW_YELLOW};
|
|
|
|
| 363 |
}}
|
| 364 |
.subtitle {{
|
| 365 |
font-size: 1.5rem;
|