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

Unified Diff: chrome/app/resources/locale_settings_win.grd

Issue 9328020: [uber page] Update web-ui font settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/resources/locale_settings_win.grd
===================================================================
--- chrome/app/resources/locale_settings_win.grd (revision 120636)
+++ chrome/app/resources/locale_settings_win.grd (working copy)
@@ -119,17 +119,25 @@
<messages fallback_to_english="true">
<!-- The font used in Web UI (e.g. History). -->
<message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
+ 'Open Sans', 'Segoe UI', Arial, sans-serif
+ </message>
+ <!-- The font used in Web UI on Windows Vista (e.g. History). -->
+ <message name="IDS_WEB_FONT_FAMILY_VISTA" use_name_for_id="true">
+ 'Segoe UI', Arial, sans-serif
+ </message>
+ <!-- The font used in Web UI on Windows XP (e.g. History). -->
+ <message name="IDS_WEB_FONT_FAMILY_XP" use_name_for_id="true">
Arial, 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">
- 84%
+ 75%
</message>
<!-- The relative font size in % used in web-style native pages
on Windows earlier than Vista (e.g. History). -->
<message name="IDS_WEB_FONT_SIZE_XP" use_name_for_id="true">
- 84%
+ 75%
</message>
<!-- The default value for |WebPreference::standard_font_family| -->
« no previous file with comments | « chrome/app/resources/locale_settings_mac.grd ('k') | chrome/app/resources/platform_locale_settings/locale_settings_win_bn.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698