Home > cstypo

cstypo

Cstypo is a project mainly written in JavaScript, it's free.

CSTypo.js

Include it, after jQuery like this:

<script src="jquery.js"></script>
<script src="jquery.cstypo.js"></script>

Sample usage

$(document).ready(function() {
    $('p, h1, h2, h3, h4, h5, li').cstypo();
}