Skip to content

Commit

Permalink
use archive.org link from gravitystorm#4956
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Jun 1, 2024
1 parent ea80304 commit 40d6b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def downloadToFile(urls, destination, dir=FONTDIR):

# Noto Emoji B&W isn't available as a separate download, so we need to download the package and unzip it
downloadToFile(
["https://fonts.google.com/download?family=Noto%20Emoji"],
["https://archive.org/download/noto-emoji/Noto_Emoji.zip"],
"Noto_Emoji.zip",
dir=TMPDIR,
)
Expand Down

0 comments on commit 40d6b76

Please sign in to comment.