Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Created May 19, 2017 19:13
Show Gist options
  • Save mojoaxel/c6523e0969d36897367b71224c3eac7c to your computer and use it in GitHub Desktop.
Save mojoaxel/c6523e0969d36897367b71224c3eac7c to your computer and use it in GitHub Desktop.
wget https://noto-website.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
sudo unzip NotoColorEmoji-unhinted.zip -d /usr/share/fonts/truetype/noto
sudo rm /usr/share/fonts/truetype/noto/LICENSE_OFL.txt
sudo rm /usr/share/fonts/truetype/ancient-scripts/Symbola_hint.ttf
sudo apt-get remove ttf-ancient-fonts-symbola
sudo chmod 644 /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf
fc-cache -f -v
rm NotoColorEmoji-unhinted.zip

Emoji Demo Page

@mojoaxel
Copy link
Author

Be careful! There is a bug in Mozilla Versions < v54beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment