| 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>
|
|
|