diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 23:23:43 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 23:23:43 +0000 |
commit | f46648a22344b5204971e8b0da7fa7578dc078f1 (patch) | |
tree | bc417cb3ca9d576534a7c1935bc2299e3b36c661 /chrome/app/resources/locale_settings_zh-CN.xtb | |
parent | b588e52fc78baef19f0ae335eb77618f5d8ff10b (diff) | |
download | chromium_src-f46648a22344b5204971e8b0da7fa7578dc078f1.zip chromium_src-f46648a22344b5204971e8b0da7fa7578dc078f1.tar.gz chromium_src-f46648a22344b5204971e8b0da7fa7578dc078f1.tar.bz2 |
Use new CJK Vista fonts for DOM UI by listing them in IDS_WEB_FONT_FAMILY before the old CJK Win fonts (available on Win XP, Vista / 7).
Vista fonts are better looking that the old CJK fonts.
Also, list Arial at the beginning so that Arial is used for the 'ASCII portion' than not-so-nice glyphs for the ASCII portion in CJK fonts.
BUG=NONE
TEST=1. On Win Vista/7, run Chrome with '--lang=zh-CN' (zh-TW, ja and ko). The font in DOM UI (history, download, new tab) look nicer than on WIn XP. 2. Even on XP, the ASCII portion (Latin letters and numbers) in CJK Chrome looks nicer than before in DOM UI pages.
Review URL: http://codereview.chromium.org/437071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_zh-CN.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_zh-CN.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_zh-CN.xtb b/chrome/app/resources/locale_settings_zh-CN.xtb index c238caa..024c452 100644 --- a/chrome/app/resources/locale_settings_zh-CN.xtb +++ b/chrome/app/resources/locale_settings_zh-CN.xtb @@ -6,7 +6,7 @@ <translation id="IDS_DEFAULT_ENCODING">GBK</translation> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> <if expr="os == 'win32'"> - <translation id="IDS_WEB_FONT_FAMILY">Simhei</translation> + <translation id="IDS_WEB_FONT_FAMILY">Arial, Microsoft Yahei, Simsun, sans-serif</translation> <translation id="IDS_FIXED_FONT_FAMILY">NSimsun</translation> <translation id="IDS_SERIF_FONT_FAMILY">Simsun</translation> <translation id="IDS_SANS_SERIF_FONT_FAMILY">Simsun</translation> |