We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c7f7 commit dacad58Copy full SHA for dacad58
letter.py
@@ -38,7 +38,7 @@ def find_fonts():
38
if platform == "darwin":
39
os.system("mdfind -name '.ttf' | grep '.ttf$' | iconv -f utf-8 -t ascii > fonts.list")
40
elif platform == "windows":
41
- print("sorry, ")
+ print("sorry, how do I find fonts on Windows? falling back to Menlo.ttf")
42
return ["Menlo.ttf"]
43
else:
44
os.system("locate '.ttf' | grep '.ttf$' > fonts.list")
0 commit comments