Searched refs:CSSFontWeight (Results 1 – 2 of 2) sorted by relevance
53 $this->_defaultValue->weight = CSSFontWeight::default_value();141 $font->weight = CSSFontWeight::parse($subvalue);182 CSS::register_css_property(new CSSFontWeight($font, 'weight'));
3 class CSSFontWeight extends CSSSubFieldProperty { class