Created
January 30, 2018 20:55
-
-
Save mar-v-in/62062aa455e17533b218d758e0b794a1 to your computer and use it in GitHub Desktop.
~/.config/fontconfig/fonts.conf
This file contains 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
<?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