fontAvailable Mootools PluginSimple Mootools plugin that checks if a client browser supports a given font. Example*window.addEvent('domready', function() {
if (document.body.fontAvailable('tahoma')) {
// analytic code here
}
}* make sure to include Mootools framework and plugin source
|