Misc code readability fix

This commit is contained in:
Ryan L McIntyre 2016-10-23 12:28:35 -04:00
parent 6dfb1f0527
commit c9b2fb4e66

View file

@ -160,18 +160,18 @@ make_sure_path_exists(args.outputdir)
# comply with SIL Open Font License (OFL)
reservedFontNameReplacements = {
'source': 'sauce',
'Source': 'Sauce',
'hermit': 'hurmit',
'Hermit': 'Hurmit',
'fira': 'fura',
'Fira': 'Fura',
'hack': 'knack',
'Hack': 'Knack',
'hasklig': 'hasklug',
'hasklig': 'hasklug',
'Share': 'Shure',
'share': 'shure'
'source' : 'sauce',
'Source' : 'Sauce',
'hermit' : 'hurmit',
'Hermit' : 'Hurmit',
'fira' : 'fura',
'Fira' : 'Fura',
'hack' : 'knack',
'Hack' : 'Knack',
'hasklig' : 'hasklug',
'hasklig' : 'hasklug',
'Share' : 'Shure',
'share' : 'shure'
}
projectInfo = "Patched with '" + projectName + " Patcher' (https://github.com/ryanoasis/nerd-fonts)"