Skip to content

Commit

Permalink
make note of @font-face false positive in camino/webos. fixes #342
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 10, 2011
1 parent e4ed938 commit baf55b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modernizr.js
Expand Up @@ -590,6 +590,8 @@ window.Modernizr = (function( window, document, undefined ) {
/*>>fontface*/
// @font-face detection routine by Diego Perini
// javascript.nwbox.com/CSSSupport/

// false positives in Camino and WebOS: github.com/Modernizr/Modernizr/issues/342
tests['fontface'] = function() {
return Modernizr['fontface'];
};
Expand Down

0 comments on commit baf55b2

Please sign in to comment.