diff --git a/font-patcher b/font-patcher index fea6136c9..af39c481c 100755 --- a/font-patcher +++ b/font-patcher @@ -614,9 +614,7 @@ class font_patcher: if len(subFamily) == 0: subFamily = "Regular" - familyname += " " + projectNameSingular - if self.args.single: - familyname += " Mono" + familyname += " " + projectNameSingular + variant_full # 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. Make sure to