Created
August 2, 2018 04:35
-
-
Save simone-sanfratello/faa704abe783ad191f5df44cbf63e667 to your computer and use it in GitHub Desktop.
[FIX] Thunderbird big emoji on Ubuntu 18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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