Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,14 +157,15 @@ theme = gr.themes.Base().set(
|
|
157 |
|
158 |
custom_css = """
|
159 |
<style>
|
|
|
160 |
body {
|
161 |
-
font-family: '
|
162 |
}
|
163 |
.gr-text-input, .gr-textbox, .gr-markdown, .gr-html {
|
164 |
-
font-family: '
|
165 |
}
|
166 |
.gr-button {
|
167 |
-
font-family: '
|
168 |
}
|
169 |
</style>
|
170 |
"""
|
|
|
157 |
|
158 |
custom_css = """
|
159 |
<style>
|
160 |
+
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
161 |
body {
|
162 |
+
font-family: 'Roboto', sans-serif;
|
163 |
}
|
164 |
.gr-text-input, .gr-textbox, .gr-markdown, .gr-html {
|
165 |
+
font-family: 'Roboto', sans-serif;
|
166 |
}
|
167 |
.gr-button {
|
168 |
+
font-family: 'Roboto', sans-serif;
|
169 |
}
|
170 |
</style>
|
171 |
"""
|