$(function() {
    $('h1, h2, h3').typefacejs({
        lineHeight: '.6em'
    });
});

