Cufon Text?

Best used for "decrotive" text - h1 and possibly h2

Otherwise the enduser will not be able to copy n paste the text.

What you need

Embed JS sourc code in the header | download here zip 1Kb
You will need to declare your cufon text within JS - "Cufon.replace('h1');"

<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/days.font.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('.version');
</script>

How you pump out the code for H1, H2 and so on...

<h1><span class="textbg">Cufon Text?</span></h1>
<h2><span class="textreg">Best used for "decrotive" text - h1 and possibly h2</span></h2>
<p>Otherwise the enduser will not be able to copy n paste the text.</p>

Hope that helps!