<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Safari 9's Reader should use Chinese Font PingFang"
   href="https://bugs.webkit.org/show_bug.cgi?id=148609">148609</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Safari 9's Reader should use Chinese Font PingFang
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Text
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lambda&#64;liu.ms
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=260223" name="attach_260223" title="the first page shows the current one using the old Heiti SC/TC; the second page shows the desired result with PingFang">attachment 260223</a> <a href="attachment.cgi?id=260223&amp;action=edit" title="the first page shows the current one using the old Heiti SC/TC; the second page shows the desired result with PingFang">[details]</a></span>
the first page shows the current one using the old Heiti SC/TC; the second page shows the desired result with PingFang

Until OS X El Capitan DP 7, when selecting Heiti in Safari Reader, it still uses the old &quot;Heiti SC/TC&quot;, which should be replaced by the new PingFang family.

Below is the current Chinese font choice definition for the Reader:

    body.heitisc { font-family: 'Heiti SC'; }
    body.songtisc { font-family: 'Songti SC'; }
    body.kaitisc { font-family: 'Kaiti SC'; }
    body.yuantisc { font-family: 'Yuanti SC'; }

    body.heititc { font-family: 'Heiti TC'; }
    body.songtitc { font-family: 'Songti TC'; }
    body.kaititc { font-family: 'Kaiti TC'; }

In CJK typography, Heiti is a style similar to sans serif. It is also the font family name of the old Heiti provided since Snow Leopard. Apple has provided the new PingFang family so Safari Reader should adopt them too, like

    body.heitisc { font-family: 'Heiti SC'; }
=&gt;  body.pingfangsc { font-family: 'PingFang SC'; }

The attachments presented the current one (with a popup for font selection) and the desired result. The web link is <a href="http://bbs1.people.com.cn/post/2/1/2/150969759.html">http://bbs1.people.com.cn/post/2/1/2/150969759.html</a>. You may need to change system language to Chinese to enable Chinese-specific Reader.</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>