mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Minor clean-up
This commit is contained in:
parent
9917e2dbea
commit
c7e1aafa67
@ -153,7 +153,6 @@ sourceFont = fontforge.open(args.font)
|
||||
|
||||
# let's deal with ligatures (mostly for monospaced fonts)
|
||||
if config.read(args.configfile):
|
||||
print(config.sections())
|
||||
if args.removeligatures:
|
||||
print("Removing ligatures from configfile `Subtables` section")
|
||||
ligature_subtables = json.loads(config.get("Subtables","ligatures"))
|
||||
|
Loading…
Reference in New Issue
Block a user