Skip to content

Instantly share code, notes, and snippets.

@sergejx
Last active May 29, 2020 16:14
Show Gist options
  • Save sergejx/302aa54b33999ecacf77c35ac3335cc4 to your computer and use it in GitHub Desktop.
Save sergejx/302aa54b33999ecacf77c35ac3335cc4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family"><string>sans-serif</string></test>
<edit name="family" mode="prepend" binding="weak">
<!-- <string>Twemoji</string> -->
<string>PT Sans</string>
</edit>
</match>
<match>
<test name="family"><string>serif</string></test>
<edit name="family" mode="prepend" binding="weak">
<!-- <string>Twemoji</string> -->
<string>PT Serif</string>
</edit>
</match>
<match>
<test name="family"><string>Apple Color Emoji</string></test>
<edit name="family" mode="prepend" binding="strong">
<string>Twemoji</string>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment