Re-organized and SIL compliance changes for 'Hack' font

This commit is contained in:
ryanoasis 2015-09-19 11:40:53 -04:00
parent b9b87c96a0
commit 0767b41a87
133 changed files with 1 additions and 1 deletions

View file

@ -97,7 +97,7 @@ def replace_all(text, dic):
return text
# comply with SIL Open Font License (OFL)
reservedFontNameReplacements = {'source': 'sauce', 'Source': 'Sauce', 'hermit': 'hurmit', 'Hermit': 'Hurmit', 'fira': 'fura', 'Fira': 'Fura'}
reservedFontNameReplacements = { 'source': 'sauce', 'Source': 'Sauce', 'hermit': 'hurmit', 'Hermit': 'Hurmit', 'fira': 'fura', 'Fira': 'Fura', 'hack': 'knack', 'Hack': 'Knack' }
projectInfo = "Patched with 'Nerd Fonts Patcher' (https://github.com/ryanoasis/nerd-fonts)"

Some files were not shown because too many files have changed in this diff Show more