font_style property

font_style property

See the font-style property definition in CSS2.

Definition:

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

See Also