<?php
/**
* CSS Compressor 1.0
* September 5, 2009
* Corey Hart @ http://www.codenothing.com
*/
// Font-weight conversions
$fontweight2num = array(
"lighter" => 100,
"normal" => 400,
"bold" => 700,
"bolder" => 900,
);
?>