Skip to content

Commit

Permalink
Merge pull request #910 from googlefonts/dl_fix
Browse files Browse the repository at this point in the history
fix download_family_from_Google_Fonts
  • Loading branch information
m4rc1e authored Apr 5, 2024
2 parents 96c4d6c + 1b434b4 commit 30308f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/gftools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def download_family_from_Google_Fonts(family, dst=None, dl_url=PROD_FAMILY_DOWNL
if dst:
target = os.path.join(dst, filename)
download_file(dl_url, target)
res.append(target)
else:
res.append(download_file(dl_url))
return res
Expand Down

0 comments on commit 30308f6

Please sign in to comment.