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

fontAvailable v1.1 jQuery Plugin

Simple 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

Powered by Google Project Hosting