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

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_ko.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="ko"> 3 <translationbundle lang="ko">
4 <!-- TODO(jungshik): remove this line once we fix bug 14691 --> 4 <!-- TODO(jungshik): remove this line once we fix bug 14691 -->
5 <translation id="IDS_WEB_FONT_FAMILY">Chrome Droid Sans, NanumGothic, sans-serif </translation> 5 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, NanumGothic, sans-serif</tra nslation>
6 <translation id="IDS_STANDARD_FONT_FAMILY">NanumGothic</translation> 6 <translation id="IDS_STANDARD_FONT_FAMILY">NanumGothic</translation>
7 <translation id="IDS_FIXED_FONT_FAMILY">Monospace</translation> 7 <translation id="IDS_FIXED_FONT_FAMILY">Monospace</translation>
8 <translation id="IDS_SERIF_FONT_FAMILY">NanumMyeongjo</translation> 8 <translation id="IDS_SERIF_FONT_FAMILY">NanumMyeongjo</translation>
9 <translation id="IDS_SANS_SERIF_FONT_FAMILY">NanumGothic</translation> 9 <translation id="IDS_SANS_SERIF_FONT_FAMILY">NanumGothic</translation>
10 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 10 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
11 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 11 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
12 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ko 12 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ko
13 gtk-font-name="ChromeDroidSans,NanumGothic,sans-serif, 10" 13 gtk-font-name="Noto Sans UI,NanumGothic,sans-serif, 10"
14 style "OverrideTooltipFontStyle" = "TooltipStyle" { 14 style "OverrideTooltipFontStyle" = "TooltipStyle" {
15 font_name = "ChromeDroidSans,NanumGothic,sans-serif, 10" 15 font_name = "Noto Sans UI,NanumGothic,sans-serif, 10"
16 } 16 }
17 widget "gtk-tooltip*" style "OverrideTooltipFontStyle" 17 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
18 </translation> 18 </translation>
19 </translationbundle> 19 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698