mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Fixed SIL Open Font License (OFL) compliance for 'Fira Mono' font
This commit is contained in:
parent
38d3d86475
commit
4191f3e2bc
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user