circulartext commited on
Commit
279e5ec
·
verified ·
1 Parent(s): ff5dcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -21,9 +21,9 @@ def generate_initial_design(word):
21
  "'Orbitron', sans-serif",
22
  "'Raleway', sans-serif"
23
  ]
24
- font_sizes = ["18px", "19px", "20px"]
25
  font_tops = ["0px", "1px", "-1px"]
26
- letter_spacings = ["-1px", "0px", "1px"]
27
  text_shadows = [
28
  "0px 0px 1px",
29
  "0px 0px 2px",
@@ -77,9 +77,9 @@ def generate_movement_design(word):
77
  "'Orbitron', sans-serif",
78
  "'Raleway', sans-serif"
79
  ]
80
- font_sizes = ["18px", "19px", "20px"]
81
  font_tops = ["0px", "1px", "-1px"]
82
- letter_spacings = ["-1px", "0px", "1px"]
83
  text_shadows = [
84
  "0px 0px 1px",
85
  "0px 0px 2px",
 
21
  "'Orbitron', sans-serif",
22
  "'Raleway', sans-serif"
23
  ]
24
+ font_sizes = ["18px", "19px", "20px" , "21px", "22px"]
25
  font_tops = ["0px", "1px", "-1px"]
26
+ letter_spacings = ["-3px", "-2px", "-1px", "1px", "2px", "3px"]
27
  text_shadows = [
28
  "0px 0px 1px",
29
  "0px 0px 2px",
 
77
  "'Orbitron', sans-serif",
78
  "'Raleway', sans-serif"
79
  ]
80
+ font_sizes = ["18px", "19px", "20px" , "21px", "22px"]
81
  font_tops = ["0px", "1px", "-1px"]
82
+ letter_spacings = ["-3px", "-2px", "-1px", "1px", "2px", "3px"]
83
  text_shadows = [
84
  "0px 0px 1px",
85
  "0px 0px 2px",