-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get-fonts
fails, due to fonts.google.com not returning a zip.
#5013
Comments
The individual file URLs are hidden in a JSON file. Not sure where the ZIP file is coming from. https://fonts.google.com/download/list?family=Noto%20Emoji
|
It would have been helpful if this had been fixed before doing a new release so that it didn't break production and force me to recover nine servers manually! |
Sorry for that. Help on on solving this would be welcome. What needs work is described in #5013 (comment). |
The solution that makes sense to me (and that I added to my PR #4893) is using the Archive.org link from #4956 |
I have not looked specifically into the emoji font. There might be reliable and up-to-date download options for the individual fonts available through projects like linux distributions, which are faced with the same problem. Anyway - personally i would be fine with opting - for the moment - for using a location for the emoji font that will not receive regular updates in the future if it is likely to be reliably. After all emoji characters are not of very high importance for us here so not having the bleeding edge version of the font is not a major problem. I outlined a sketch for a overall strategy for the font management on #5043. |
The
scripts/get-fonts.sh
fails.The problem appears to be line 124 where it attempts to download the
Noto Emoji
font as a zip fromhttps://fonts.google.com/download?family=Noto%20Emoji
. Howeverfonts.google.com
now returns a HTML page, not a zip file.When you open the page in a browser, Google has a nice download page and a “Download zip file” appears and you can do that in the browser. However I can't see the proper URL in my web browser network tab.
The text was updated successfully, but these errors were encountered: