Skip to content

Instantly share code, notes, and snippets.

@chadly
Last active July 20, 2020 19:31
Show Gist options
  • Save chadly/50187467c92bddfb02c3edb98519efa8 to your computer and use it in GitHub Desktop.
Save chadly/50187467c92bddfb02c3edb98519efa8 to your computer and use it in GitHub Desktop.
Debian 10 color emoji
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<edit name="family" mode="prepend">
<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