Skip to content

Commit

Permalink
Change URL for Noto Emoji font
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetillon committed Dec 13, 2024
1 parent ffd739a commit 0d04886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ TMPDIR=$(mktemp -d -t get-fonts.XXXXXXXXX)
trap "rm -rf ${TMPDIR} ${FONTDIR}/static" EXIT

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

unzip -oqq "${TMPDIR}/Noto_Emoji.zip" static/NotoEmoji-Regular.ttf static/NotoEmoji-Bold.ttf -d "${FONTDIR}"
mv "${FONTDIR}/static/NotoEmoji-Regular.ttf" "${FONTDIR}"
Expand Down

0 comments on commit 0d04886

Please sign in to comment.