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