Skip to content

Set up your Raspberry Pi

Jihun Ahn edited this page Jul 16, 2018 · 5 revisions

How do I use Emoji font?

# 1. Download the latest version
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.4/EmojiOneColor-SVGinOT-Linux-1.4.tar.gz
# 2. Uncompress the file
tar zxf EmojiOneColor-SVGinOT-Linux-1.4.tar.gz
# 3. install Bitstream Vera font family
sudo apt-get install ttf-bitstream-vera
# 4. Run the installer
cd EmojiOneColor-SVGinOT-Linux-1.4 && ./install.sh
# 5. Clear
rm -rf EmojiOneColor-SVGinOT-Linux-1.4*

Clone this wiki locally