mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
name-parser: Add "thick" weight for Lilex
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
be48f93710
commit
be3ee4854f
@ -250,6 +250,7 @@ class FontnameTools:
|
||||
'Bold': ('Bd', 'Bold'),
|
||||
'Heavy': ('Hv', 'Heavy'),
|
||||
'Thin': ('Th', 'Thin'),
|
||||
'Thick': ('Tk', 'Thck'),
|
||||
'Light': ('Lt', 'Light'),
|
||||
'': (), # Just for CodeClimate :-/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user