fontAvailable v1.1 jQuery PluginSimple jQuery plugin that checks if a client browser supports a given font. Example*$(document).ready(function() {
if($.fontAvailable('tahoma')) {
// analytic code here
});* make sure to include jQuery framework and plugin source References
|