From 40baa33645ca1692c00c02df074f952b0e123770 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 11 Jul 2017 13:33:27 -0700 Subject: [PATCH] Change the font family name for mono fonts Fixes #176. --- font-patcher | 2 ++ 1 file changed, 2 insertions(+) diff --git a/font-patcher b/font-patcher index a61f3c070..8d5d7ecd9 100755 --- a/font-patcher +++ b/font-patcher @@ -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.