1<?xml version="1.0" ?> 2<!DOCTYPE translationbundle> 3<translationbundle lang="ko"> 4<translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> 5<translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI,NanumGothic,ui-sans, 13px</translation> 6<if expr="is_win"> 7 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,sans-serif</translation> 8 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-serif</translation> 9</if> 10<if expr="is_macosx or is_ios"> 11 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,AppleGothic,sans-serif</translation> 12</if> 13<if expr="is_linux and not pp_ifdef('chromeos')"> 14 <translation id="IDS_WEB_FONT_FAMILY">NanumGothic,UnDotum,Baekmuk Gulim,sans-serif</translation> 15</if> 16<if expr="pp_ifdef('chromeos')"> 17 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, NanumGothic, sans-serif</translation> 18</if> 19</translationbundle> 20