Typo
This context interface offers functions to style the typography related CSS properties of a component.
It offers functions to define text oriented style properties like font-weight, font-style, etc.
There are overrides for all functions that enable one to define the styling for the different media devices independently.
Functions
This function sets the font-family property.
This function sets the font-family property for each media device independently.
This function sets the font-size property
This function sets the font-size property for each media device independently.
This function sets the font-style property
This function sets the font-style property for each media device independently.
This function sets the font-weight property
This function sets the font-weight property for each media device independently.
This function sets the letter-spacing property
This function sets the letter-spacing property for each media device independently.
This function sets the line-height property
This function sets the line-height property for each media device independently.
This function sets the text-align property
This function sets the text-align property for each media device independently.
This function sets the text-decoration property
This function sets the text-decoration property for each media device independently.
This function sets the text-transform property
This function sets the text-transform property for each media device independently.