Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save huiyiqun/9f20f177655946263a48170ee662cea9 to your computer and use it in GitHub Desktop.
Save huiyiqun/9f20f177655946263a48170ee662cea9 to your computer and use it in GitHub Desktop.
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Use embedded bitmaps in fonts like Calibri? -->
<match target="font" >
<test qual="all" name="family" compare="not_eq">
<string>Noto Color Emoji</string>
</test>
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment