prathamt commited on
Commit
44edba7
·
verified ·
1 Parent(s): af139e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -131,6 +131,10 @@ def make_append(v):
131
  # UI
132
  # ----------------------------
133
  CSS = """
 
 
 
 
134
  body, .gradio-container {
135
  background: #000 !important;
136
  color: white !important;
 
131
  # UI
132
  # ----------------------------
133
  CSS = """
134
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@300;400;600&display=swap');
135
+
136
+ *{font-family: 'Orbitron', sans-serif !important;}
137
+
138
  body, .gradio-container {
139
  background: #000 !important;
140
  color: white !important;