- From: David Kuettel <kuettel@google.com>
- Date: Tue, 8 Mar 2016 11:09:21 -0800
- To: Chris Lilley <chris@w3.org>
- Cc: WebFonts WG <public-webfonts-wg@w3.org>
Received on Tuesday, 8 March 2016 19:10:10 UTC
Wow, that is fantastic! Looking forward to trying it out. What a great find Chris. On Tue, Mar 8, 2016 at 10:39 AM, Chris Lilley <chris@w3.org> wrote: > 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 19:10:10 UTC