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

Unified Diff: ui/strings/app_locale_settings.grd

Issue 687653003: Change the iOS Web UI font to Roboto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 8447480e0cedb5922abc52136cd4518a6174d18e..2dcf05540fb8dbd6ecd41f0bc87558bbe3482548 100644
--- a/ui/strings/app_locale_settings.grd
+++ b/ui/strings/app_locale_settings.grd
@@ -218,7 +218,7 @@
75%
</message>
</if>
- <if expr="is_macosx or is_ios">
+ <if expr="is_macosx">
<!-- The font used in Web UI (e.g. History). -->
<message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
'Lucida Grande', sans-serif
@@ -229,6 +229,17 @@
75%
</message>
</if>
+ <if expr="is_ios">
+ <!-- The font used in Web UI (e.g. History). -->
+ <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
+ 'Roboto-Regular', sans-serif
+ </message>
+
+ <!-- The relative font size in % used in Web UI (e.g. History). -->
+ <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
+ 75%
+ </message>
+ </if>
<if expr="(is_linux or is_android or is_bsd) and not chromeos">
<!-- The font used in Web UI (e.g. History). Note that these are only
backups. We try to use the system font if possible. -->
« 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