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

Commit

Permalink
Change the default font from sans-serif to Arial
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicproc committed Oct 9, 2024
1 parent 65b14a6 commit 8cfd626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_color(text):
class Text:
def __init__(self):
self.content = None
self.font_name = "sans-serif"
self.font_name = "Arial"
self.color = (0, 0, 0, 255)

def set_color(self, text):
Expand Down

0 comments on commit 8cfd626

Please sign in to comment.