Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 8cfd626

Browse files
committed
Change the default font from sans-serif to Arial
1 parent 65b14a6 commit 8cfd626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def parse_color(text):
4848
class Text:
4949
def __init__(self):
5050
self.content = None
51-
self.font_name = "sans-serif"
51+
self.font_name = "Arial"
5252
self.color = (0, 0, 0, 255)
5353

5454
def set_color(self, text):

0 commit comments

Comments
 (0)