Skip to main content

StyleFontWeightValue

Type Alias StyleFontWeightValue 

Source
pub type StyleFontWeightValue = CssPropertyValue<StyleFontWeight>;

Aliased Type§

#[repr(C, u8)]
pub enum StyleFontWeightValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(StyleFontWeight), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleFontWeight)