pub type StyleFontWeightValue = CssPropertyValue<StyleFontWeight>;Aliased Type§
#[repr(C, u8)]pub enum StyleFontWeightValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleFontWeight),
}pub type StyleFontWeightValue = CssPropertyValue<StyleFontWeight>;#[repr(C, u8)]pub enum StyleFontWeightValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleFontWeight),
}