mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
name-parser: Add Extended to known styles
[why] This is missing, for example for iosevka-extendedextralightoblique Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
95cae8fd81
commit
44ffebcaa3
@ -243,7 +243,7 @@ class FontnameTools:
|
||||
weights = [ 'Thin', 'Light', 'ExtraLight', 'SemiBold', 'Demi',
|
||||
'SemiLight', 'Medium', 'Black', 'ExtraBold', 'Heavy',
|
||||
'Oblique', 'Condensed', 'SemiCondensed', 'ExtraCondensed',
|
||||
'Narrow', 'SemiNarrow', 'Retina', ]
|
||||
'Narrow', 'SemiNarrow', 'Retina', 'Extended']
|
||||
styles = [ 'Bold', 'Italic', 'Regular', 'Normal', ]
|
||||
# Some font specialities:
|
||||
other = [
|
||||
|
Loading…
Reference in New Issue
Block a user