
$(function() {
    $('#header h1, #header a').typefacejs({
        'font-family': 'Century Gothic',
        'font-size': '14.3px',
        'padding-bottom': 1
    });
    $('#content h1, h2').typefacejs({
        'font-family': 'Century Gothic',
        'font-size': '14.3px'
    });
});
