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

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

Issue 1587673011: Use the new standard japanese font on Windows 10, which is not installed in previous versions of Wi… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | chrome/browser/ui/prefs/prefs_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings_win.grd
diff --git a/chrome/app/resources/locale_settings_win.grd b/chrome/app/resources/locale_settings_win.grd
index 625b80f9f79b08ae486777640a92d375b2b4788e..6e6caa8b3d5fb21ddf9c49758c1a091b5580d7b3 100644
--- a/chrome/app/resources/locale_settings_win.grd
+++ b/chrome/app/resources/locale_settings_win.grd
@@ -223,6 +223,12 @@
Meiryo
</message>
+ <!-- The alternate value for |WebPreference::standard_font_family_map| for
+ Japanese script. -->
+ <message name="IDS_STANDARD_FONT_FAMILY_JAPANESE_ALT_WIN" use_name_for_id="true">
+ Yu Gothic UI
+ </message>
+
<!-- The default value for |WebPreference::fixed_font_family_map| for
Japanese script. -->
<message name="IDS_FIXED_FONT_FAMILY_JAPANESE" use_name_for_id="true">
@@ -241,6 +247,13 @@
Meiryo
</message>
+ <!-- The alternate value for |WebPreference::sans_serif_font_family_map| for
+ Japanese script. -->
+ <message name="IDS_SANS_SERIF_FONT_FAMILY_JAPANESE_ALT_WIN" use_name_for_id="true">
+ Yu Gothic UI
+ </message>
+
+
<!-- The default value for |WebPreference::standard_font_family_map| for
Korean script. -->
<message name="IDS_STANDARD_FONT_FAMILY_KOREAN" use_name_for_id="true">
« no previous file with comments | « no previous file | chrome/browser/ui/prefs/prefs_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698