Color
Opacity
BackgroundColor
BorderTopWidth
BorderRightWidth
BorderBottomWidth
BorderLeftWidth
BorderWidth
BorderTopStyle
BorderRightStyle
BorderBottomStyle
BorderLeftStyle
BorderStyle
BorderTopColor
BorderRightColor
BorderBottomColor
BorderLeftColor
BorderColor
BorderTopLeftRadius
BorderTopRightRadius
BorderBottomRightRadius
BorderBottomLeftRadius
BorderRadius
BorderTop
BorderRight
BorderBottom
BorderLeft
Border
FontFamily
FontWeight
FontStretch
FontSize
FontStyle
Width
MinWidth
MaxWidth
Height
MinHeight
MaxHeight
MarginTop
MarginBottom
MarginRight
MarginLeft
Margin
PaddingTop
PaddingBottom
PaddingRight
PaddingLeft
Padding
Styles list all modules
Module: Fonts list all properties
font-weight
The font-weight.
Property Specification:
Syntax normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | initial | inherit
Initial value normal
Applies to TEXT
Inheritance true
Type of computed value UINT
Functions element::setFontWeight()
element::getFontWeightStr()
element::getFontWeight()
Property Values:
normal Keyword.
bold Keyword.
bolder Keyword.
lighter Keyword.
100 Keyword.
200 Keyword.
300 Keyword.
400 Keyword.
500 Keyword.
600 Keyword.
700 Keyword.
800 Keyword.
900 Keyword.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.