diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 09:09:43 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 09:09:43 +0000 |
commit | 27036a1728b42e82bb461f4c54270c29e7a181fc (patch) | |
tree | f08186c9e6c993e873777b64e2bb155a4f8af95c /ui/base/strings/app_locale_settings_ar.xtb | |
parent | 36d92dfd9369e065c72b14ebd27692d167d3edd9 (diff) | |
download | chromium_src-27036a1728b42e82bb461f4c54270c29e7a181fc.zip chromium_src-27036a1728b42e82bb461f4c54270c29e7a181fc.tar.gz chromium_src-27036a1728b42e82bb461f4c54270c29e7a181fc.tar.bz2 |
Update Chrome OS font settings to use Noto Sans UI and other Noto fonts
Also, use a fontconfig alias 'ui-sans' to get pango's fontfallback
find other fonts with UI-metrics instead of 'body/document metrics'.
The corresponding ChromeOS CL (font update and fontconfig changes) is at
https://gerrit.chromium.org/gerrit/#/c/39414
BUG=164769
TEST=Thai, Hindi, Marathi and Tamil do not have any glyphs truncated in the native UI area.
TBR=sky,cpu
Review URL: https://chromiumcodereview.appspot.com/11469037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/strings/app_locale_settings_ar.xtb')
-rw-r--r-- | ui/base/strings/app_locale_settings_ar.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/strings/app_locale_settings_ar.xtb b/ui/base/strings/app_locale_settings_ar.xtb index bc52bac..a87f60a 100644 --- a/ui/base/strings/app_locale_settings_ar.xtb +++ b/ui/base/strings/app_locale_settings_ar.xtb @@ -2,5 +2,5 @@ <!DOCTYPE translationbundle> <translationbundle lang="ar"> <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> -<translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI,Droid Arabic Kufi,Droid Sans Fallback,sans-serif, 13px</translation> +<translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI,Droid Arabic Kufi,ui-sans, 13px</translation> </translationbundle> |