Skip to content

Commit

Permalink
Merge pull request #794 from googlefonts/typo
Browse files Browse the repository at this point in the history
fix typo when calling fonttools
  • Loading branch information
m4rc1e authored Nov 30, 2023
2 parents 87157ee + 96e648c commit 09b71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def interpolations(self):
font_dst = os.path.join(dst, f"{os.path.basename(font.path[:-4])}.pdf")
if not font.is_variable():
continue
cmd = ["fontTools", "varLib.interpolatable", font.path, "--pdf", font_dst]
cmd = ["fonttools", "varLib.interpolatable", font.path, "--pdf", font_dst]
subprocess.call(cmd)

@report_exceptions
Expand Down

0 comments on commit 09b71a7

Please sign in to comment.