Change the font family name for mono fonts

Fixes #176.
This commit is contained in:
Kevin Ballard 2017-07-11 13:33:27 -07:00
parent 39db2fb0c2
commit 40baa33645

View file

@ -172,6 +172,8 @@ if args.windows:
familyname = familyname[:maxFamilyLength]
else:
familyname += " " + projectNameSingular
if args.single:
familyname += " Mono"
# Don't truncate the subfamily to keep fontname unique. MacOS treats fonts with
# the same name as the same font, even if subFamily is different.