Tanyaaaaaaaaaa commited on
Commit
c1f0b6d
Β·
verified Β·
1 Parent(s): 0d25605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -206,6 +206,14 @@ def trigger_reset_workout():
206
  # However, for broad effect, body is a start. More specific selectors might be needed for full coverage.
207
  # --- Custom CSS for gradient background and styling ---
208
  custom_css = """
 
 
 
 
 
 
 
 
209
  html, body {
210
  /* Ensure html and body take up full viewport height and remove default margins */
211
  min-height: 100vh;
 
206
  # However, for broad effect, body is a start. More specific selectors might be needed for full coverage.
207
  # --- Custom CSS for gradient background and styling ---
208
  custom_css = """
209
+ @font-face {
210
+ font-family: 'Sprintura';
211
+ src: url('https://res.cloudinary.com/dgj1gzq0l/raw/upload/v1748875223/sprintura-demo.regular_ttcewg.otf') format('opentype');
212
+ font-weight: normal;
213
+ font-style: normal;
214
+ font-display: swap; /* Tells the browser to use a fallback until the font loads */
215
+ }
216
+
217
  html, body {
218
  /* Ensure html and body take up full viewport height and remove default margins */
219
  min-height: 100vh;