Charming Lettering With jQuery – Lettering.js
30
Oct
// php the_time('Y') ?>
CSS3 boosted the use of custom fonts and styles in websites. However, it still doesn't offer a complete down-to-the-letter control.
Lettering.js, a lightweight and easy to use Javascript <span> injector for radical web typography aims to fill this gap.
It simply divides any given element into pieces of <span>s wrapping each letter with a custom class.
Just like <h1 class="fancy_title">WRD</h1> into:
<h1 class="fancy_title">
<span class="char1">W</span>
<span class="char2">R</span>
<span class="char3">D</span>
</h1>
After that, we just need to create the styles for each letter on the CSS side to create dynamic awesome outputs.
P.S. Lettering.js can also split words besides the letters.
Requirements: jQuery
Website: http://letteringjs.com/
Download: http://github.com/davatron5000/Lettering.js
Website: http://letteringjs.com/
Download: http://github.com/davatron5000/Lettering.js












One Response for "Charming Lettering With jQuery – Lettering.js"
Nice Jquery Plug-in, really simple to use, seems to work fine in all browsers