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

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

Issue 887153002: Change the default font size in ChromeOS from 12px to 13px. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 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, 10' --> 257 <!-- The font name like: 'Font Name, 10' -->
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, 12px 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 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 268 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
269 75% 269 75%
270 </message> 270 </message>
271 </if> 271 </if>
272 </messages> 272 </messages>
273 </release> 273 </release>
274 </grit> 274 </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