1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-03-03 14:36:18 +02:00

Add Hasklig

This commit is contained in:
Jamie Rolfs 2016-09-18 20:09:12 -07:00
parent c232226d39
commit a89b3db2d5
No known key found for this signature in database
GPG Key ID: 8418ABAB28C93816
803 changed files with 327 additions and 1 deletions

View File

@ -159,7 +159,18 @@ def make_sure_path_exists(path):
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' }
reservedFontNameReplacements = {
'source': 'sauce',
'Source': 'Sauce',
'hermit': 'hurmit',
'Hermit': 'Hurmit',
'fira': 'fura',
'Fira': 'Fura',
'hack': 'knack',
'Hack': 'Knack',
'hasklig': 'hasklug',
'Hasklig': 'Hasklug'
}
projectInfo = "Patched with '" + projectName + " Patcher' (https://github.com/ryanoasis/nerd-fonts)"

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