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 from https://fonts.google.com/download?family=Noto%20Emoji. However fonts.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
scripts/get-fonts.shfails.The problem appears to be line 124 where it attempts to download the
Noto Emojifont as a zip fromhttps://fonts.google.com/download?family=Noto%20Emoji. Howeverfonts.google.comnow 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.