From 40d6b76aaeaefd034b22cfe7285f5fde61eb839e Mon Sep 17 00:00:00 2001 From: Nick Doiron Date: Sat, 1 Jun 2024 13:50:26 -0500 Subject: [PATCH] use archive.org link from #4956 --- scripts/get-fonts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-fonts.py b/scripts/get-fonts.py index ee8f4c9d2..14425232e 100755 --- a/scripts/get-fonts.py +++ b/scripts/get-fonts.py @@ -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, )