/**
 * Theme related Javascript fixes
 *
 * Delicious font by `Jos Buivenga (exljbris) <http://www.exlibris.nl>`_
 *
 */

jQuery(document).ready(function() {

    // Install cufon header fonts
    Cufon.replace('#content h4', { "fontSize" : "16px" });

});
