Page MenuHomePhabricator
Paste P10475

put this in ~/.config/fontconfig/fonts.config and then fc-cache -fv
ActivePublic

Authored by CDanis on Feb 21 2020, 1:38 PM.
Tags
None
Referenced Files
F31625521: raw.txt
Feb 21 2020, 1:38 PM
Subscribers
None
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>

Event Timeline

CDanis changed the title of this paste from ~/.config/fontconfig/fonts.config to ~/.config/fontconfig/fonts.config and then fc-cache -fv.
CDanis changed the title of this paste from ~/.config/fontconfig/fonts.config and then fc-cache -fv to put this in ~/.config/fontconfig/fonts.config and then fc-cache -fv.