- From: Chris Lilley <chris@w3.org>
- Date: Tue, 8 Mar 2016 13:39:36 -0500
- To: WebFonts WG <public-webfonts-wg@w3.org>
Hello folks,
Seems like iOS 10 and OS X 10.12 include WOFF2 support? So, uh,
September 2016 maybe?
76 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype")
77 #if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200)
78 || equalIgnoringCase(format, "woff2")
79 #endif
80 || equalIgnoringCase(format, "woff");
http://trac.webkit.org/changeset/191934/trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.cpp
found via this bug:
https://bugs.webkit.org/show_bug.cgi?id=150830
--
Best regards,
Chris Lilley
Technical Director, W3C Interaction Domain
Received on Tuesday, 8 March 2016 18:39:35 UTC