dogutcu commited on
Commit
0383aaa
·
verified ·
1 Parent(s): 7bff791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -157,14 +157,15 @@ theme = gr.themes.Base().set(
157
 
158
  custom_css = """
159
  <style>
 
160
  body {
161
- font-family: 'Arial', sans-serif;
162
  }
163
  .gr-text-input, .gr-textbox, .gr-markdown, .gr-html {
164
- font-family: 'Arial', sans-serif;
165
  }
166
  .gr-button {
167
- font-family: 'Arial', sans-serif;
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
  """