WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
148609
Safari 9's Reader should use Chinese Font PingFang
https://bugs.webkit.org/show_bug.cgi?id=148609
Summary
Safari 9's Reader should use Chinese Font PingFang
Minsheng Liu
Reported
2015-08-29 02:58:21 PDT
Created
attachment 260223
[details]
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.
Attachments
the first page shows the current one using the old Heiti SC/TC; the second page shows the desired result with PingFang
(1.33 MB, application/pdf)
2015-08-29 02:58 PDT
,
Minsheng Liu
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2015-08-29 10:53:27 PDT
Yes, Reader is explicitly telling WebKit to use this incorrect font.
Radar WebKit Bug Importer
Comment 2
2015-08-29 10:53:47 PDT
<
rdar://problem/22489705
>
Myles C. Maxfield
Comment 3
2015-08-29 10:55:31 PDT
This is not a WebKit bug, so I'll close this one and leave <
rdar://problem/22489705
> open to track the Reader problem.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug