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 dacad58 commit 871c27eCopy full SHA for 871c27e
letter.py
@@ -37,7 +37,7 @@
37
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":
+ elif "win" in platform:
41
print("sorry, how do I find fonts on Windows? falling back to Menlo.ttf")
42
return ["Menlo.ttf"]
43
else:
0 commit comments