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

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

Issue 1109223003: chromeos: Increase WebUI font size to 80% for Roboto. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 Arial, sans-serif 247 Arial, sans-serif
248 </message> 248 </message>
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, 10' --> 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 Noto Sans UI, 13px
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 'Noto Sans UI', sans-serif
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. -->
268 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 272 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
269 75% 273 80%
270 </message> 274 </message>
271 </if> 275 </if>
272 </messages> 276 </messages>
273 </release> 277 </release>
274 </grit> 278 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698