Cufon in 3 Easy Steps

Wed, 06/30/2010 - 09:24
Submitted by admin

Cufon allows you to replace text with non web standard fonts with no images or flash, and is dead simple to implement:

  1. Generate the javascript using the font you'd like to use, save it and download the Cufon JS file.

     

  2. Call the two javascript files into your HTML page.

     

  3. 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>