Skip to content

Instantly share code, notes, and snippets.

@elithrade
Created June 11, 2022 02:35
Show Gist options
  • Save elithrade/c7c92570a6dc269293e24e6cce7cd441 to your computer and use it in GitHub Desktop.
Save elithrade/c7c92570a6dc269293e24e6cce7cd441 to your computer and use it in GitHub Desktop.
Emoji support
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family"><string>monospace</string></test>
<edit name="family" mode="append_last" binding="strong">
<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