My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

fontAvailable Mootools Plugin

Simple 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

Powered by Google Project Hosting