diff --git a/Assets/Cryville/Common/Font/FontMatcher.cs b/Assets/Cryville/Common/Font/FontMatcher.cs index d9fe878..d6d02fb 100644 --- a/Assets/Cryville/Common/Font/FontMatcher.cs +++ b/Assets/Cryville/Common/Font/FontMatcher.cs @@ -57,6 +57,7 @@ namespace Cryville.Common.Font { map["cher"].Insert(0, "Plantagenet"); map["ethi"].Insert(0, "Nyala"); map["khmr"].Insert(0, "DaunPenh MoolBoran"); + map["kore"].Insert(0, "Malgun Gothic"); // Reference: https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows map["laoo"].Insert(0, "DokChampa"); map["mong"].Insert(0, "Mongolian Baiti"); map["orya"].Insert(0, "Kalinga");