Skip to content

Instantly share code, notes, and snippets.

@rammanokar
Last active February 7, 2021 10:18
Show Gist options
  • Save rammanokar/e1dd81efdd9b566c340ded209c07d891 to your computer and use it in GitHub Desktop.
Save rammanokar/e1dd81efdd9b566c340ded209c07d891 to your computer and use it in GitHub Desktop.
color emoji linux ~/.fonts.conf
<?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