font_weight property

font_weight property

See the font-weight property definition in CSS2.

Definition:

@property
def font_weight(self):
    ...
@font_weight.setter
def font_weight(self, value):
    ...

See Also