Modernize CJK default font prefs on Mac/Windows/Linux
commitb964e3614ed0e915a2c46a09d46c32152919b8a9
authorjshin <jshin@chromium.org>
Sat, 20 Dec 2014 02:01:17 +0000 (19 18:01 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 20 Dec 2014 02:02:12 +0000 (20 02:02 +0000)
tree02e9c11a0e39cef63226c455a2bbe7eaded030e0
parent57ae14b46892d4423e281f672258ed095456b365
Modernize CJK default font prefs on Mac/Windows/Linux

On Mac, set the Korean standard/sans-serif/web UI fonts to Apple SD Gothic Neo
instead of 20(?)-year old 'AppleGothic'.

On Windows (again replacing ~20 year old fonts with more modern fonts) :
1. ko/{std,sans-serif} : Gulim -> Malgun Gothic
2. ja/{std,sans-serif} : MS PGothic -> Meiryo
3. zh-CN/{std,sans-serif} : Simsun -> Microsoft YaHei
4. zh-TW/{std,sans-serif} : PMingLiu -> Microsoft JhengHei

The Windows change will make the default font for web pages (user can changes in
sesttings) the same as that used in Chrome's web UI on Windows Vista or later.

On Linux, add 'Noto Sans CJK {JP,KR,SC,TC} at the beginning of the web UI
font fallback list. If they're installed, they'll be used (more in line
with Chrome OS). If not, other fonts will be used.

BUG=368568
TEST=On Windows, the fonts listed above are used (per dom inspector).
data:text/html,<span lang="ko">&#xac00;</span>
data:text/html,<span lang="ja">&#x304b;&#x30ab;&#x4e00;</span>
data:text/html,<span lang="zh-CN">&#x4e00;&#x65e5;</span>
data:text/html,<span lang="zh-TW">&#x4e00;&#x65e5;</span>

Review URL: https://codereview.chromium.org/808273002

Cr-Commit-Position: refs/heads/master@{#309321}
chrome/app/resources/locale_settings_mac.grd
chrome/app/resources/locale_settings_win.grd
chrome/app/resources/platform_locale_settings/locale_settings_mac_ko.xtb
chrome/app/resources/platform_locale_settings/locale_settings_win_ko.xtb
ui/strings/translations/app_locale_settings_ja.xtb
ui/strings/translations/app_locale_settings_ko.xtb
ui/strings/translations/app_locale_settings_zh-CN.xtb
ui/strings/translations/app_locale_settings_zh-TW.xtb