$(function () {
	$.sifr({path:'fonts'});
	$('h1').sifr({font:'triplex'});
	$('h2').sifr({font:'triplex'});
	$('h3').sifr({font:'triplex'});
});
