Cufon allows you to replace text with non web standard fonts with no images or flash, and is dead simple to implement:
- Generate the javascript using the font you'd like to use, save it and download the Cufon JS file.
- Call the two javascript files into your HTML page.
- Use javascript at the bottom of your page just above the closing body tag to tell it which css element to replace:
<script type="text/javascript">
Cufon.replace('h1');
Cufon.now()
</script>