Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
- <fontconfig>
- <match target="scan">
- <test name="family">
- <string>Noto Color Emoji</string>
- </test>
- <edit name="scalable" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
- <match target="pattern">
- <test name="prgname">
- <string>chromium</string>
- </test>
- <edit name="family" mode="prepend_first">
- <string>Noto Color Emoji</string>
- </edit>
- </match>
- <match target="pattern">
- <test name="prgname">
- <string>firefox</string>
- </test>
- <edit name="family" mode="prepend_first" binding="strong">
- <string>EmojiOne Color</string>
- </edit>
- </match>
- </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment