Guest User

Untitled

a guest
Jun 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match>
  5. <test name="family"><string>monospace</string></test>
  6. <edit name="family" mode="prepend" binding="weak">
  7. <string>Noto Color Emoji</string>
  8. </edit>
  9. </match>
  10. <match>
  11. <test name="family"><string>sans-serif</string></test>
  12. <edit name="family" mode="prepend" binding="weak">
  13. <string>Noto Color Emoji</string>
  14. </edit>
  15. </match>
  16. <match>
  17. <test name="family"><string>serif</string></test>
  18. <edit name="family" mode="prepend" binding="weak">
  19. <string>Noto Color Emoji</string>
  20. </edit>
  21. </match>
  22. <match>
  23. <test name="family"><string>Apple Color Emoji</string></test>
  24. <edit name="family" mode="prepend" binding="weak">
  25. <string>Noto Color Emoji</string>
  26. </edit>
  27. </match>
  28. </fontconfig>
Add Comment
Please, Sign In to add comment