1
0
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:
Ryan L McIntyre 2018-02-22 22:11:24 -05:00
parent 9917e2dbea
commit c7e1aafa67

View File

@ -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"))