Fixed SIL Open Font License (OFL) compliance for 'Fira Mono' font

This commit is contained in:
ryanoasis 2015-09-18 20:29:15 -04:00
parent 38d3d86475
commit 4191f3e2bc

View file

@ -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)"