mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-25 12:53:32 +07:00
remove font
This commit is contained in:
parent
8cdfbb702b
commit
c5ccc8286d
@ -65,7 +65,7 @@ def checkindo():
|
||||
durations = [3,3,3,3,3,5,3,3,3]
|
||||
|
||||
for text,t,duration in zip(texts, starts, durations):
|
||||
txt_clip = TextClip(text, fontsize = 40, color='white', font="Roboto Mono", stroke_color="black")
|
||||
txt_clip = TextClip(text, fontsize = 40, color='white', stroke_color="black")
|
||||
txt_clip = txt_clip.set_start(t)
|
||||
txt_clip = txt_clip.set_pos('bottom').set_duration(duration)
|
||||
txt_clips.append(txt_clip)
|
||||
|
Loading…
Reference in New Issue
Block a user