<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nekohayo&#64;gmail.com" title="Jeff Fortin &lt;nekohayo&#64;gmail.com&gt;"> <span class="fn">Jeff Fortin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - freetype port: font fallback mechanism can try harder"
   href="https://bugs.webkit.org/show_bug.cgi?id=77437">bug 77437</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>nekohayo&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - freetype port: font fallback mechanism can try harder"
   href="https://bugs.webkit.org/show_bug.cgi?id=77437#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - freetype port: font fallback mechanism can try harder"
   href="https://bugs.webkit.org/show_bug.cgi?id=77437">bug 77437</a>
              from <span class="vcard"><a class="email" href="mailto:nekohayo&#64;gmail.com" title="Jeff Fortin &lt;nekohayo&#64;gmail.com&gt;"> <span class="fn">Jeff Fortin</span></a>
</span></b>
        <pre>Hi there, it is a bit unclear to me what the status of this bug/patch is.
I came here from a fairly interesting discussion on <a href="https://bugzilla.gnome.org/show_bug.cgi?id=752533">https://bugzilla.gnome.org/show_bug.cgi?id=752533</a>

The problem is if you have this:  font-family: Arial,Helvetica,sans-serif;

Epiphany+WebKit goes through that list, and as Arial and Helvetica are not found on the system, when it hits &quot;sans-serif&quot; it then asks for GNOME's default &quot;sans&quot; font, which happens to be DejaVu Sans Book; the problem with that is that on Linux systems, there are often much better matches available, such as Liberation Sans (metrically equivalent to Arial, thus preserving the page's intended layout). So what I'm suggesting is that when you hit the generic &quot;sans-serif&quot; CSS rule, you ask fc-match for the font corresponding to the first non-generic font of the list (so, in a way, a &quot;second pass&quot;). Is this what this bug report &amp; patch is about?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>