mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
Misc code readability fix
This commit is contained in:
parent
6dfb1f0527
commit
c9b2fb4e66
24
font-patcher
24
font-patcher
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user