Hpsoyl commited on
Commit
6000cdd
·
1 Parent(s): 4ab5cd7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ SAVE_EXAMPLES = False
52
  # --- CSS for Times New Roman ---
53
  CUSTOM_CSS = """
54
  .gradio-container, .gradio-container * {
55
- font-family: 'Times New Roman', Times, serif !important;
56
  }
57
  """
58
 
 
52
  # --- CSS for Times New Roman ---
53
  CUSTOM_CSS = """
54
  .gradio-container, .gradio-container * {
55
+ font-family: 'Arial', Times, serif !important;
56
  }
57
  """
58