From 54c4b8331272579a61c7ad82d711e3c8abf789f4 Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Fri, 15 Dec 2017 16:07:14 -0800 Subject: [ios, macos] Updates documentation with default CJK font recommendations Also updates the font to use for rendering CJK ideographs in our sample apps to `PingFang TC`, as simply specifying `PingFang` was always triggering iOS's font fallback behavior. [Fixes #10675] --- platform/ios/app/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/app') diff --git a/platform/ios/app/Info.plist b/platform/ios/app/Info.plist index 9f772324c5..0bf66cb8da 100644 --- a/platform/ios/app/Info.plist +++ b/platform/ios/app/Info.plist @@ -25,7 +25,7 @@ LSRequiresIPhoneOS MGLIdeographicFontFamilyName - PingFang + PingFang TC NSHumanReadableCopyright © 2014–2017 Mapbox NSLocationAlwaysUsageDescription -- cgit v1.2.1