Cufon.replace('h1.page-title', { fontFamily: 'DINLight' });
Cufon.replace('h2#tagline', { fontFamily: 'DINLight' });
Cufon.replace('#preview .photo-info-content h2', { fontFamily: 'DINRegular' });
Cufon.replace('#preview .photo-info-content h2 strong', { fontFamily: 'DINBold' });
Cufon.replace('#main .center-column h2', { fontFamily: 'DINLight' });
Cufon.replace('#main .center-column h2 a', { fontFamily: 'DINRegular' });
Cufon.replace('.page-template-sample-php .callout a', { fontFamily: 'DINMedium' });
;(function($){
  $(function() {
    Cufon.now();
  });
})(jQuery);

