Skip to content

Commit dacad58

Browse files
author
Pannous
committed
1 parent 660c7f7 commit dacad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_fonts():
3838
if platform == "darwin":
3939
os.system("mdfind -name '.ttf' | grep '.ttf$' | iconv -f utf-8 -t ascii > fonts.list")
4040
elif platform == "windows":
41-
print("sorry, ")
41+
print("sorry, how do I find fonts on Windows? falling back to Menlo.ttf")
4242
return ["Menlo.ttf"]
4343
else:
4444
os.system("locate '.ttf' | grep '.ttf$' > fonts.list")

0 commit comments

Comments
 (0)