Commit 792578cd authored by Jungshik Shin's avatar Jungshik Shin Committed by Commit Bot

Fix the default pref value for Korean Serif font

There's a typo; Noto CJK Serif KR => Noto Serif CJK KR

BUG=None
TEST=data:text/html,<span style="serif" lang="ko">Abc</span> is rendered
with Noto Serif CJK KR when inspected in the DOM inspector.
TBR=derat@chromium.org

Change-Id: I2938e91ba7d0936e1cfa898168331fe22776511a
Reviewed-on: https://chromium-review.googlesource.com/673828Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
Commit-Queue: Jungshik Shin <jshin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502968}
parent 4c640582
......@@ -209,7 +209,7 @@
<!-- The default value for |WebPreference::serif_font_family_map| for
Korean script. -->
<message name="IDS_SERIF_FONT_FAMILY_KOREAN" use_name_for_id="true">
Noto CJK Serif KR
Noto Serif CJK KR
</message>
<!-- The default value for |WebPreference::sans_serif_font_family_map| for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment