Dear jonathaneustace!
The ja halite template is using the following codes to controll the Cufón .
<script type=”text/javascript”>
Cufon.replace(
‘.ja-slide-desc .title, h1.componentheading, .blog .componentheading, .blog .contentheading, div.moduletable h3, div.moduletable_default h3, div.moduletable_menu h3, div.moduletable_text h3, div.moduletable_hilite h3’,
{ fontFamily: ‘Bebas’ }
);
Cufon.replace(
‘.jav-search span.jav-search-title, .jav-search .button, .jav-has-votes h4’,
{ fontFamily: ‘Bebas’ }
);
Cufon.replace(
‘.ja-slide-desc h3’,
{ fontFamily: ‘Bebas’, color: ‘#fff’ }
);
Cufon.replace (
‘.logo-text h1’,
{ fontFamily: ‘Bebas’, color: ‘-linear-gradient(#fff, #bbb, #fff)’, textShadow: ‘#ccc 1px 1px’ }
);
</script>
Read those codes, you known the elements using Cufón and you ‘ll re-make style for them in the template.css file.
Good luck