mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
name-parser: Add IntelOne replacement to SIL table
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
bac7332702
commit
d3181df01f
@ -193,6 +193,7 @@ class FontnameTools:
|
||||
( '(h)asklig', r'\1asklug' ),
|
||||
( 'iA([- ]?)writer', r'iM\1Writing' ),
|
||||
( 'IBM[- ]?plex', r'Blex' ), # We do not keep the case here
|
||||
( '(i)ntel( ?)(o)ne', r'\1ntone' ),
|
||||
( '(l)iberation', r'\1iteration' ),
|
||||
( '(m)( ?)plus', r'\1+'), # Added this, because they use a plus symbol :->
|
||||
( '(s)hare', r'\1hure' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user