monks/font_weight
The font-weight CSS property sets the weight (or boldness) of the font. The weights available depend on the {{cssxref(“font-family”)}} that is currently set.
Values
pub const bolder: #(String, String)
- : One relative font weight heavier than the parent element. Note that only four font weights are considered for relative weight calculation; see the Meaning of relative weights section below.
pub const lighter: #(String, String)
- : One relative font weight lighter than the parent element. Note that only four font weights are considered for relative weight calculation; see the Meaning of relative weights section below.
pub const revert_layer: #(String, String)