From 0709309fe4242bd8bfe170684ea7fa9568a584ee Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Tue, 29 Sep 2009 21:32:55 +0000 Subject: Use Mac fonts in Mac Chrome. Use Helvetica, Times, Courier, Apple Chancery, and Papyrus for sans-serif, serif, monospace, cursive, and fantasy, respectively. These are the fonts used by Safari and Firefox on the Mac, and the fonts that we run layout tests with on the Mac. BUG=19135 21458 TEST=http://www.w3.org/Style/Examples/007/fonts Check the fonts for sans-serif, serif, monospace, cursive, fantasy Note that the font used for "Helvetica, sans-serif" is actually Verdana Review URL: http://codereview.chromium.org/244039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27533 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/resources/locale_settings.grd | 158 +++++++++++++++++++++---------- 1 file changed, 107 insertions(+), 51 deletions(-) (limited to 'chrome/app') diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 450be9a..1852491 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -219,18 +219,30 @@ - + + + + + + Arial + + + + + 84% + + - - - Arial - + + + Helvetica + - - - 84% - + + 84% + + @@ -242,56 +254,100 @@ ISO-8859-1 - - - true - + + + + true + + + + + Courier New + + + + + Times New Roman + + + + + Arial + + + + + Comic Sans MS + + + + + Impact + + + + + 16 + + + + + 13 + + + + + 1 + + + + + 6 + + - - - Courier New - + + + true + - - - Times New Roman - + + Courier + - - - Arial - + + Times + - - - Comic Sans MS - + + Helvetica + - - - Impact - + + Apple Chancery + - - - 16 - + + Papyrus + - - - 13 - + + 16 + - - - 1 - + + 13 + - - - 6 - + + 1 + + + + 9 + + -- cgit v1.1