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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/app_locale_settings.grd
diff --git a/ui/strings/app_locale_settings.grd b/ui/strings/app_locale_settings.grd
index 5b0d951493270095f29ba8e7795485bf3a825a25..920e72d0a60d29e8b72d73f4ea0186b4a413a5cb 100644
--- a/ui/strings/app_locale_settings.grd
+++ b/ui/strings/app_locale_settings.grd
@@ -254,7 +254,7 @@
</if>
<!-- For Chrome OS -->
<if expr="chromeos">
- <!-- The font name like: 'Font Name, 10' -->
+ <!-- The font name like: 'Font Name, 12px' -->
<message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true">
Noto Sans UI, 13px
</message>
@@ -265,8 +265,12 @@
</message>
<!-- The relative font size in % used in Web UI (e.g. History). -->
+ <!-- TODO(xdai): 80% is an appropriate size for Roboto, which is the
+ default as of M42, rather than for Noto Sans UI. This comment
+ should be deleted when the old Noto Sans UI code is removed; see
+ http://crbug.com/482042. -->
<message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
- 75%
+ 80%
</message>
</if>
</messages>
« 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