/* fontAvailable jQuery Plugin, v1.0
 *
 * Copyright (c) 2009, Howard Rauscher
 * Licensed under the MIT License
 */
(function(a){a.fontAvailable=function(d){var b,c;b=a(document.createElement("span")).css("visibility","hidden").html("abcdefghijklmnopqrstuvwxyz").appendTo(document.body);c=b.css("font-family","__FAKEFONT__").width();b.css("font-family",d);return(c!==b.width())}})(jQuery);