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

Unified Diff: ui/strings/translations/app_locale_settings_ja.xtb

Issue 2679193006: Optimize font fallback for Chinese fonts on Mac (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ui/strings/app_locale_settings.grd ('k') | ui/strings/translations/app_locale_settings_ko.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/translations/app_locale_settings_ja.xtb
diff --git a/ui/strings/translations/app_locale_settings_ja.xtb b/ui/strings/translations/app_locale_settings_ja.xtb
index d93028a6095d65b04ea5d7b35e46c723a9b9ae3e..2a2b302680f4530d6e9eaf0cef42b85adb551263 100644
--- a/ui/strings/translations/app_locale_settings_ja.xtb
+++ b/ui/strings/translations/app_locale_settings_ja.xtb
@@ -6,7 +6,10 @@
<translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,Meiryo,sans-serif</translation>
<translation id="IDS_WEB_FONT_FAMILY_XP">Arial,Meiryo,'MS PGothic',sans-serif</translation>
</if>
-<if expr="is_macosx or is_ios">
+<if expr="is_macosx">
+ <translation id="IDS_WEB_FONT_FAMILY">system-ui,Hiragino Kaku Gothic ProN,sans-serif</translation>
+</if>
+<if expr="is_ios">
<translation id="IDS_WEB_FONT_FAMILY">Helvetica,Hiragino Kaku Gothic ProN,sans-serif</translation>
</if>
<if expr="desktop_linux and not chromeos">
« no previous file with comments | « ui/strings/app_locale_settings.grd ('k') | ui/strings/translations/app_locale_settings_ko.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698