--TEST-- @font-face rules --CSS-- @font-face { font-family: GillSans; src:url("/generic/fonts/GillSansLightC.otf") format('opentype'); font-style: normal; font-weight: normal; } @font-face { font-family: GillSans; src:url("/generic/fonts/GillSansC.otf") format('opentype'); font-style: normal; font-weight: bold; } --FULLEXPECT-- array ( ' ' => array( '@font-face' => array ( 'font-family' => 'GillSans', 'src' => 'url(/generic/fonts/GillSansLightC.otf) format("opentype")', 'font-style' => 'normal', 'font-weight' => '400', ), '@font-face ' => array ( 'font-family' => 'GillSans', 'src' => 'url(/generic/fonts/GillSansC.otf) format("opentype")', 'font-style' => 'normal', 'font-weight' => '700', ), ) )