summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources/locale_settings_bg.rc
diff options
context:
space:
mode:
authorjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 18:10:15 +0000
committerjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 18:10:15 +0000
commit836fc7063dbc85a98ab902ae768bd21d81d8f7ba (patch)
tree252979455b9bf1f8c5847b8442eb32f19ba25710 /chrome/app/resources/locale_settings_bg.rc
parent280fb8c83279097747ff87b60e81aff956920bc1 (diff)
downloadchromium_src-836fc7063dbc85a98ab902ae768bd21d81d8f7ba.zip
chromium_src-836fc7063dbc85a98ab902ae768bd21d81d8f7ba.tar.gz
chromium_src-836fc7063dbc85a98ab902ae768bd21d81d8f7ba.tar.bz2
Switch the default cursive font to 'Comic Sans MS' from 'Script' (that's not available on the default Win XP/Vista installation) and
the default fantasy font to 'Impact'. 'Impact' is not a 'fantasy' font, but there's no suitable font to use on the default Win XP. Fantasy is very rarely used so that this should not matter. In addition, change the serif font for Simplifed Chinese Chrome to Simsun from Simhei. The current setting is : A. serif : simhei sans-serif : simsun monospace : nsimsun What we should have if we want to keep the diestinction between serif and sans-serif in Simplified Chinese Chrome B. serif : simsun sans-serif: simhei monospace : nsimsun (Chinese has different typographic traditions from the western so that mapping is 'approximate') However, Simhei is rather ugly so that we do the following (losing the distinction between serif and sans-serif) C. serif: simsun sans-serif: simsun monospace: nsimsun So, for both serif and sans-serif, we just use Simsun. With that, even in rare occassions (for Chinese web sites) where serif is specified, we'd use Simsun rather than Simhei. BUG=2830 Review URL: http://codereview.chromium.org/7653 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_bg.rc')
-rw-r--r--chrome/app/resources/locale_settings_bg.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_bg.rc b/chrome/app/resources/locale_settings_bg.rc
index 08307d5..2281496 100644
--- a/chrome/app/resources/locale_settings_bg.rc
+++ b/chrome/app/resources/locale_settings_bg.rc
@@ -9,8 +9,8 @@ BEGIN
IDS_FIXED_FONT_FAMILY "Courier New"
IDS_SERIF_FONT_FAMILY "Times New Roman"
IDS_SANS_SERIF_FONT_FAMILY "Arial"
- IDS_CURSIVE_FONT_FAMILY "Script"
- IDS_FANTASY_FONT_FAMILY "Comic Sans MS"
+ IDS_CURSIVE_FONT_FAMILY "Comic Sans MS"
+ IDS_FANTASY_FONT_FAMILY "Impact"
IDS_DEFAULT_FONT_SIZE "16"
IDS_DEFAULT_FIXED_FONT_SIZE "13"
IDS_MINIMUM_FONT_SIZE "1"