Skip to content

Instantly share code, notes, and snippets.

@simone-sanfratello
Created August 2, 2018 04:35
Show Gist options
  • Save simone-sanfratello/faa704abe783ad191f5df44cbf63e667 to your computer and use it in GitHub Desktop.
Save simone-sanfratello/faa704abe783ad191f5df44cbf63e667 to your computer and use it in GitHub Desktop.
[FIX] Thunderbird big emoji on Ubuntu 18
# https://ubuntu-mate.community/t/thunderbird-with-huge-icons-emoticons-mate-18-04/16249/22
cd /tmp
wget https://raw.githubusercontent.com/mozilla/positron/master/browser/fonts/EmojiOneMozilla.ttf
sudo mkdir /usr/lib/thunderbird/fonts
sudo mv /tmp/EmojiOneMozilla.ttf /usr/lib/thunderbird/fonts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment