fontWeight

fun fontWeight(value: Int)

Sets fontWeight to a numeric weight (e.g. 400, 700) as FontWeight.Numeric.


fun fontWeight(value: <Error class: unknown class>)

Sets fontWeight to a keyword (e.g. normal, bold) as FontWeight.Keyword.


var fontWeight: <Error class: unknown class>?

CSS font-weight; set via the fontWeight helpers.