mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Adds Cascadia Code patched version (as 'Caskaydia Cove') (issue #373)
This commit is contained in:
parent
0b66b58fa8
commit
d0faead4dd
45
font-patcher
45
font-patcher
@ -309,26 +309,31 @@ class font_patcher:
|
||||
#
|
||||
# comply with SIL Open Font License (OFL)
|
||||
reservedFontNameReplacements = {
|
||||
'source' : 'sauce',
|
||||
'Source' : 'Sauce',
|
||||
'hermit' : 'hurmit',
|
||||
'Hermit' : 'Hurmit',
|
||||
'hasklig' : 'hasklug',
|
||||
'Hasklig' : 'Hasklug',
|
||||
'Share' : 'Shure',
|
||||
'share' : 'shure',
|
||||
'IBMPlex' : 'Blex',
|
||||
'ibmplex' : 'blex',
|
||||
'IBM-Plex' : 'Blex',
|
||||
'IBM Plex' : 'Blex',
|
||||
'terminus' : 'terminess',
|
||||
'Terminus' : 'Terminess',
|
||||
'liberation': 'literation',
|
||||
'Liberation': 'Literation',
|
||||
'iAWriter' : 'iMWriting',
|
||||
'iA Writer' : 'iM Writing',
|
||||
'iA-Writer' : 'iM-Writing',
|
||||
'Anka/Coder': 'AnaConder'
|
||||
'source' : 'sauce',
|
||||
'Source' : 'Sauce',
|
||||
'hermit' : 'hurmit',
|
||||
'Hermit' : 'Hurmit',
|
||||
'hasklig' : 'hasklug',
|
||||
'Hasklig' : 'Hasklug',
|
||||
'Share' : 'Shure',
|
||||
'share' : 'shure',
|
||||
'IBMPlex' : 'Blex',
|
||||
'ibmplex' : 'blex',
|
||||
'IBM-Plex' : 'Blex',
|
||||
'IBM Plex' : 'Blex',
|
||||
'terminus' : 'terminess',
|
||||
'Terminus' : 'Terminess',
|
||||
'liberation' : 'literation',
|
||||
'Liberation' : 'Literation',
|
||||
'iAWriter' : 'iMWriting',
|
||||
'iA Writer' : 'iM Writing',
|
||||
'iA-Writer' : 'iM-Writing',
|
||||
'Anka/Coder' : 'AnaConder',
|
||||
'anka/coder' : 'anaconder',
|
||||
'Cascadia Code' : 'Caskaydia Cove',
|
||||
'cascadia code' : 'caskaydia cove',
|
||||
'CascadiaCode' : 'CaskaydiaCove',
|
||||
'cascadiacode' : 'caskaydiacove'
|
||||
}
|
||||
|
||||
# remove overly verbose font names
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4109
patched-fonts/CascadiaCode/readme.md
Normal file
4109
patched-fonts/CascadiaCode/readme.md
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user