Created
April 6, 2016 12:32
-
-
Save huiyiqun/9f20f177655946263a48170ee662cea9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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