Вход Регистрация
Файл: ather_lib/css_compressor/vars/fontweight2num.php
Строк: 9
<?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,
);
?>
Онлайн: 0
Реклама