AlGe commited on
Commit
fd925e7
·
verified ·
1 Parent(s): 85315ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -49,8 +49,11 @@ class MPGPoster(Base):
49
  text_size: sizes.Size | str = sizes.text_lg,
50
  font: fonts.Font
51
  | str
52
- | Iterable[fonts.Font | str] = "Verdana",
53
- font_mono: fonts.Font
 
 
 
54
  | str
55
  | Iterable[fonts.Font | str] = (
56
  fonts.GoogleFont("IBM Plex Mono"),
 
49
  text_size: sizes.Size | str = sizes.text_lg,
50
  font: fonts.Font
51
  | str
52
+ | Iterable[fonts.Font | str] = (
53
+ fonts.GoogleFont("Jost"), # Changed here to "Jost"
54
+ "ui-sans-serif",
55
+ "sans-serif",
56
+ ),
57
  | str
58
  | Iterable[fonts.Font | str] = (
59
  fonts.GoogleFont("IBM Plex Mono"),