Advertisement
Guest User

hmm

a guest
Feb 23rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="pattern">
  5. <test qual="any" name="family">
  6. <string>monospace</string>
  7. </test>
  8. <edit name="family" mode="assign" binding="same">
  9. <string>scientifica</string>
  10. </edit>
  11. </match>
  12. <match>
  13. <edit mode="prepend" name="family">
  14. <string>Noto Color Emoji</string>
  15. </edit>
  16. </match>
  17. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement