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

Side by Side Diff: ui/strings/app_locale_settings.grd

Issue 1130613002: Clean up Noto Sans UI stuff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/app_locale_settings.h" type="rc_header"> 4 <output filename="grit/app_locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="app_locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="app_locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="use_third_party_translations"> 9 <if expr="use_third_party_translations">
10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" /> 10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" />
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 249
250 <!-- The relative font size in % used in Web UI (e.g. History). --> 250 <!-- The relative font size in % used in Web UI (e.g. History). -->
251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
252 75% 252 75%
253 </message> 253 </message>
254 </if> 254 </if>
255 <!-- For Chrome OS --> 255 <!-- For Chrome OS -->
256 <if expr="chromeos"> 256 <if expr="chromeos">
257 <!-- The font name like: 'Font Name, 12px' --> 257 <!-- The font name like: 'Font Name, 12px' -->
258 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true"> 258 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true">
259 Noto Sans UI, 13px 259 Roboto, Noto Sans UI, 13px
Avi (use Gerrit) 2015/05/06 22:00:02 Given the environs, where Roboto will always be av
Daniel Erat 2015/05/06 22:04:10 jungshik can confirm, but i believe that noto sans
Avi (use Gerrit) 2015/05/06 22:06:18 But then, in all those other files, you're changin
Daniel Erat 2015/05/06 22:10:32 you're right. the currently checked-in (and shippi
jungshik at Google 2015/05/07 13:45:15 Actually, Roboto (relatively new version of Roboto
xdai1 2015/05/08 22:22:14 Done.
260 </message> 260 </message>
261 261
262 <!-- The font used in Web UI (e.g. History). --> 262 <!-- The font used in Web UI (e.g. History). -->
263 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> 263 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
264 'Noto Sans UI', sans-serif 264 Roboto, 'Noto Sans UI', sans-serif
Avi (use Gerrit) 2015/05/06 22:00:02 ditto, plus the same question for all the other xt
265 </message> 265 </message>
266 266
267 <!-- The relative font size in % used in Web UI (e.g. History). --> 267 <!-- The relative font size in % used in Web UI (e.g. History). -->
268 <!-- TODO(xdai): 80% is an appropriate size for Roboto, which is the
269 default as of M42, rather than for Noto Sans UI. This comment
270 should be deleted when the old Noto Sans UI code is removed; see
271 http://crbug.com/482042. -->
272 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 268 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
273 80% 269 80%
274 </message> 270 </message>
275 </if> 271 </if>
276 </messages> 272 </messages>
277 </release> 273 </release>
278 </grit> 274 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698