1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 20:09:25 +00:00
dotfiles/files/fonts/.config/fontconfig/conf.d/55-emoji-prepend.conf
2020-07-09 16:47:21 +05:30

12 lines
303 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="prgname">
<string>firefox</string>
</test>
<edit name="family" mode="prepend" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>