") .appendTo(jQuery("head")) .attr({type : "text/css", rel : "stylesheet"}) .attr("href", cssFile); }); jQuery.ajax({ url: fontFile2, beforeSend: function ( xhr ) { xhr.overrideMimeType("application/octet-stream"); } }).done(function (data) { jQuery("") .appendTo(jQuery("head")) .attr({type : "text/css", rel : "stylesheet"}) .attr("href", cssFile); }); }); });/*]]>*/