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

Unified Diff: ui/strings/translations/app_locale_settings_ko.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
Index: ui/strings/translations/app_locale_settings_ko.xtb
diff --git a/ui/strings/translations/app_locale_settings_ko.xtb b/ui/strings/translations/app_locale_settings_ko.xtb
index b01ff611c2884aada415987dfe2e126f50dc7b00..c0b09907c67c4a755872d904036ff0b8fd2fb72d 100644
--- a/ui/strings/translations/app_locale_settings_ko.xtb
+++ b/ui/strings/translations/app_locale_settings_ko.xtb
@@ -6,8 +6,11 @@
<translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,sans-serif</translation>
<translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-serif</translation>
</if>
-<if expr="is_macosx or is_ios">
- <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo, AppleGothic,sans-serif</translation>
+<if expr="is_macosx">
+ <translation id="IDS_WEB_FONT_FAMILY">system-ui,Apple SD Gothic Neo,AppleGothic,sans-serif</translation>
+</if>
+<if expr="is_ios">
+ <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo,AppleGothic,sans-serif</translation>
</if>
<if expr="desktop_linux and not chromeos">
<translation id="IDS_WEB_FONT_FAMILY">Noto Sans CJK KR,NanumGothic,UnDotum,Baekmuk Gulim,sans-serif</translation>
« no previous file with comments | « ui/strings/translations/app_locale_settings_ja.xtb ('k') | ui/strings/translations/app_locale_settings_zh-CN.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698