Guest User

Untitled

a guest
Sep 16th, 2016
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 KB | None | 0 0
  1. <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  2. <fontconfig>
  3.  
  4.   <match target="scan">
  5.     <test name="family">
  6.       <string>Noto Color Emoji</string>
  7.     </test>
  8.     <edit name="scalable" mode="assign">
  9.       <bool>true</bool>
  10.     </edit>
  11.   </match>
  12.   <match target="pattern">
  13.     <test name="prgname">
  14.       <string>chromium</string>
  15.     </test>
  16.     <edit name="family" mode="prepend_first">
  17.       <string>Noto Color Emoji</string>
  18.     </edit>
  19.   </match>
  20.   <match target="pattern">
  21.     <test name="prgname">
  22.       <string>firefox</string>
  23.     </test>
  24.     <edit name="family" mode="prepend_first" binding="strong">
  25.       <string>EmojiOne Color</string>
  26.     </edit>
  27.   </match>
  28.  
  29. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment