Update the font preference for CJK
Noto Sans CJK {Japanese,Korean,Simplified Chinese,Traditional Chinese} are renamed Noto Sans CJK {JP,KR,SC,TC} to make their names future-proof (to work around the length restriction on another platform). We want to minimize the potential confusion (on the part of developers) due to this name change by adding the fonts with new names in the trunk and Chrome OS 38 branch asap. This CL will be landed along with the corresponding Chrome OS CL to actually update the font files and a Skia CL. Skia CL: https://codereview.chromium.org/554943002/ CrOS CL: https://chromium-review.googlesource.com/217290 BUG=412151 TEST=Once the fonts are updated on Chrome OS, Noto Sans CJK {SC,JP,KR} fonts are used in {zh,ja,ko}.wikipedia.org. They can be checked with DOM Inspector. TEST=`data:text/html,<span style="font-family:sans-serif;" lang="ja">一</span>` uses 'Noto Sans CJK JP`. TEST=Same as above with lang={ko,zh-CN,zh-TW} and font="Noto Sans CJK {KR,SC,TC}" as indicated in the DOM Inspector. Review URL: https://codereview.chromium.org/551963003 Cr-Commit-Position: refs/heads/master@{#294294}
Showing
Please register or sign in to comment