<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Color emojis are not displayed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104542#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Color emojis are not displayed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104542">bug 104542</a>
              from <span class="vcard"><a class="email" href="mailto:coder@poorlab.com" title="Star Brilliant <coder@poorlab.com>"> <span class="fn">Star Brilliant</span></a>
</span></b>
        <pre>You may want to enable hinting specifically for emoji fonts.

Here is my /etc/fonts/conf.d/68-color-emoji.conf

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
        <match target="font">
                <test name="family" compare="contains">
                        <string>Emoji</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>true</bool>
                </edit>
                <edit name="hintstyle" mode="assign">
                        <const>hintslight</const>
                </edit>
                <edit name="embeddedbitmap" mode="assign">
                        <bool>true</bool>
                </edit>
        </match>
</fontconfig></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>