font property

font property

See the font property definition in CSS2.

Definition:

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

See Also