From 86731bbe88c1e34e71681c9fb50f767bbc4a33cc Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Mon, 20 Mar 2023 22:06:38 +0700 Subject: [PATCH] update --- ronaldo/renderDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ronaldo/renderDB.py b/ronaldo/renderDB.py index 7da7428..9c18879 100644 --- a/ronaldo/renderDB.py +++ b/ronaldo/renderDB.py @@ -57,7 +57,7 @@ def checkindo(): durations = [8,0] for text,t,duration in zip(texts, starts, durations): - txt_clip = TextClip(text, fontsize = 20, color='white', font="Roboto Mono", stroke_color="black") + txt_clip = TextClip(text, fontsize = 20, color='white', font="DejaVu-Serif-Bold", 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)