Fontplate

Framework that helps you make design decisions for vertical rhythm
DOWNLOAD

BASIC CONFIGURATION

//Insert the font-size and line-height based
$fontSizeBase       :   16;
$lineHeightBase     :   24;

//What tag will apply? 
$baseTag            :   p;

//Indicates the units you want to work
$typeScaleUnit      :   rem;
$typeScaleCrossBrow :   em;

//Choose a ratio
$ratio              :   $golden;

//Enter the tags list, sort list from highest to lowest
$class              :   '.big', h1, h2, h3, h4, p, '.notes';

//Choose text rendering
$renderingText      :   legebility !default;
$fontSmoothing      :   true !default; // Only support in safari