$(function() {
    Cufon.replace('h1, h2', {
        fontFamily: 'Gill Sans Std'
    });
    Cufon.replace('#custom-text p', {
        fontFamily: 'Gill Sans Std'
    });
});

