fontWeight

abstract var fontWeight: FontWeight?(source)

The font-weight CSS property sets the weight (or boldness) of the font. The weights available depend on the font-family that is currently set.

Syntax: <font-weight-absolute> | bolder | lighter

Initial value: normal

| Chrome | Firefox | Safari |  Edge  |  IE   |
| :----: | :-----: | :----: | :----: | :---: |
|   2    |    1    |   1    |   12   |   3   |

See also