diff --git a/font-patcher b/font-patcher index 4f946a298..e8409697f 100755 --- a/font-patcher +++ b/font-patcher @@ -225,6 +225,9 @@ projectInfo = "Patched with '" + projectName + " Patcher' (https://github.com/ry sourceFont.familyname = replace_all(familyname, reservedFontNameReplacements) sourceFont.fullname = replace_all(fullname, reservedFontNameReplacements) sourceFont.fontname = replace_all(fontname, reservedFontNameReplacements) +sourceFont.familyname = replace_all(familyname, additionalFontNameReplacements) +sourceFont.fullname = replace_all(fullname, additionalFontNameReplacements) +sourceFont.fontname = replace_all(fontname, additionalFontNameReplacements) sourceFont.appendSFNTName(str('English (US)'), str('Preferred Family'), sourceFont.familyname) sourceFont.appendSFNTName(str('English (US)'), str('Compatible Full'), sourceFont.fullname) sourceFont.appendSFNTName(str('English (US)'), str('SubFamily'), subFamily)