Skip to content

Instantly share code, notes, and snippets.

@himalay
Created July 16, 2018 01:20
Show Gist options
  • Save himalay/1eb72fe5b5b026e63408febaf474ebce to your computer and use it in GitHub Desktop.
Save himalay/1eb72fe5b5b026e63408febaf474ebce to your computer and use it in GitHub Desktop.

Essential fonts including Nepali and colour Emoji fonts

yaourt -S ttf-liberation ttf-freefont ttf-nepali-fonts noto-fonts-emoji

Font config for colour emoji to work

~/.config/fontconfig/conf.d/01-emoji.con

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <!-- Use Google Emojis -->
  <match target="pattern">
    <test qual="any" name="family"><string>Segoe UI Emoji</string></test>
    <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit>
  </match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment