[Webkit-unassigned] [Bug 148609] New: Safari 9's Reader should use Chinese Font PingFang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 29 02:58:21 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148609

            Bug ID: 148609
           Summary: Safari 9's Reader should use Chinese Font PingFang
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: Mac OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lambda at liu.ms

Created attachment 260223
  --> https://bugs.webkit.org/attachment.cgi?id=260223&action=review
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 "Heiti SC/TC", 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'; }
=>  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 http://bbs1.people.com.cn/post/2/1/2/150969759.html. You may need to change system language to Chinese to enable Chinese-specific Reader.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150829/6017effa/attachment-0001.html>


More information about the webkit-unassigned mailing list