diff --git a/font-patcher b/font-patcher index 3a46e5df3..2889e2ef6 100755 --- a/font-patcher +++ b/font-patcher @@ -96,7 +96,7 @@ def replace_all(text, dic): return text # comply with SIL Open Font License (OFL) -reservedFontNameReplacements = {'source': 'sauce', 'Source': 'Sauce', 'hermit': 'hurmit', 'Hermit': 'Hurmit'} +reservedFontNameReplacements = {'source': 'sauce', 'Source': 'Sauce', 'hermit': 'hurmit', 'Hermit': 'Hurmit', 'fira': 'fura', 'Fira': 'Fura'} projectInfo = "Patched with 'Nerd Fonts Patcher' (https://github.com/ryanoasis/nerd-fonts)"