davda54 commited on
Commit
da6fd85
·
verified ·
1 Parent(s): cc5a4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,13 +26,13 @@ class Soft(Base):
26
  radius_size: sizes.Size | str = sizes.radius_md,
27
  text_size: sizes.Size | str = sizes.text_md,
28
  font: fonts.Font | str | Iterable[fonts.Font | str] = (
29
- fonts.LocalFont("Montserrat"),
30
  "ui-sans-serif",
31
  "system-ui",
32
  "sans-serif",
33
  ),
34
  font_mono: fonts.Font | str | Iterable[fonts.Font | str] = (
35
- fonts.LocalFont("IBM Plex Mono"),
36
  "ui-monospace",
37
  "Consolas",
38
  "monospace",
 
26
  radius_size: sizes.Size | str = sizes.radius_md,
27
  text_size: sizes.Size | str = sizes.text_md,
28
  font: fonts.Font | str | Iterable[fonts.Font | str] = (
29
+ # fonts.LocalFont("Montserrat"),
30
  "ui-sans-serif",
31
  "system-ui",
32
  "sans-serif",
33
  ),
34
  font_mono: fonts.Font | str | Iterable[fonts.Font | str] = (
35
+ # fonts.LocalFont("IBM Plex Mono"),
36
  "ui-monospace",
37
  "Consolas",
38
  "monospace",