Skip to content

Instantly share code, notes, and snippets.

@kode54
Created December 19, 2018 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kode54/09e6fd642e9772e63238b8d1eb689cd4 to your computer and use it in GitHub Desktop.
Save kode54/09e6fd642e9772e63238b8d1eb689cd4 to your computer and use it in GitHub Desktop.
My current Arch font settings, fixing color emoji and setting a different monospace font
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="family" mode="prepend_first">
<string>Icons</string>
</edit>
</match>
<match target="pattern">
<edit name="family" mode="prepend_first">
<string>Noto Color Emoji</string>
</edit>
</match>
<alias>
<family>monospace</family>
<prefer>
<family>Hack</family>
</prefer>
</alias>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment