Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-TW.xtb

Issue 10836082: Change the UI font on CrOS to Noto Sans UI from 'Chrome Droid Sans'. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE translationbundle> 2 <!DOCTYPE translationbundle>
3 <translationbundle lang="zh-TW"> 3 <translationbundle lang="zh-TW">
4 <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation> 4 <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation>
5 <translation id="IDS_FIXED_FONT_FAMILY">MingLiU</translation> 5 <translation id="IDS_FIXED_FONT_FAMILY">MingLiU</translation>
6 <!-- PMingLiU looks really bad. For now, use Song ASC (Simplified Chinese). --> 6 <!-- PMingLiU looks really bad. For now, use Song ASC (Simplified Chinese). -->
7 <translation id="IDS_SERIF_FONT_FAMILY">Song ASC</translation> 7 <translation id="IDS_SERIF_FONT_FAMILY">Song ASC</translation>
8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation> 8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
9 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation> 9 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation>
10 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation> 10 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation>
11 <!-- TODO(jungshik): Change Song ASC to Droid Sans Fallback once we fix 11 <!-- TODO(jungshik): Change Song ASC to Droid Sans Fallback once we fix
12 bug 14691. Note that PMingLiU (another 'issue' to address) looks really 12 bug 14691. Note that PMingLiU (another 'issue' to address) looks really
13 bad so we can't use it, either. 13 bad so we can't use it, either.
14 --> 14 -->
15 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.zh-TW 15 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.zh-TW
16 gtk-font-name="ChromeDroidSans,Song ASC,sans-serif, 10" 16 gtk-font-name="Noto Sans UI,Song ASC,sans-serif, 10"
17 style "OverrideTooltipFontStyle" = "TooltipStyle" { 17 style "OverrideTooltipFontStyle" = "TooltipStyle" {
18 font_name = "ChromeDroidSans,Song ASC,sans-serif, 10" 18 font_name = "Noto Sans UI,Song ASC,sans-serif, 10"
19 } 19 }
20 widget "gtk-tooltip*" style "OverrideTooltipFontStyle" 20 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
21 </translation> 21 </translation>
22 </translationbundle> 22 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698