mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
Fixes an update to font name references with various sanitation
- removes 'for Powerline'
This commit is contained in:
parent
900afc140d
commit
4227f0bf46
@ -215,7 +215,8 @@ reservedFontNameReplacements = {
|
||||
# remove overly verbose font names
|
||||
# particularly regarding Powerline sourced Fonts (https://github.com/powerline/fonts)
|
||||
additionalFontNameReplacements = {
|
||||
'for Powerline' : ''
|
||||
'for Powerline' : '',
|
||||
'ForPowerline' : ''
|
||||
}
|
||||
additionalFontNameReplacements2 = {
|
||||
'Powerline' : ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user