Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 17, 2014
1 parent d8167eb commit 55a713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woff2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var supportsWoff2 = (function( win ){
return false;
}

var f = new win.FontFace( "t", 'url( "data:font/woff2;base64," ) format( "woff2" )' );
var f = new win.FontFace( "t", 'url( "data:application/font-woff2," ) format( "woff2" )' );
f.load();

return f.status == 'loading';
Expand Down

2 comments on commit 55a713c

@alrra
Copy link

@alrra alrra commented on 55a713c Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zachleat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

Please sign in to comment.