Skip to content

Instantly share code, notes, and snippets.

@mar-v-in
Created January 30, 2018 20:55
Show Gist options
  • Save mar-v-in/62062aa455e17533b218d758e0b794a1 to your computer and use it in GitHub Desktop.
Save mar-v-in/62062aa455e17533b218d758e0b794a1 to your computer and use it in GitHub Desktop.
~/.config/fontconfig/fonts.conf
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="family" mode="prepend_first">
<string>emoji</string>
</edit>
</match>
<alias>
<family>emoji</family>
<prefer><family>Noto Color Emoji</family></prefer>
</alias>
<dir>~/.fonts</dir>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment