OudsTypography
data class OudsTypography(val display: OudsTypography.Display, val heading: OudsTypography.Heading, val body: OudsTypography.Body, val label: OudsTypography.Label)
Holds the typography styles defined in the OUDS theme.
Typography is managed with a defined set of text styles. It enhances communication and reinforce the attribution to the brand.
Constructors
Link copied to clipboard
constructor(display: OudsTypography.Display, heading: OudsTypography.Heading, body: OudsTypography.Body, label: OudsTypography.Label)
Types
Link copied to clipboard
data class Body(val default: OudsTypography.Body.Default, val moderate: OudsTypography.Body.Moderate, val strong: OudsTypography.Body.Strong)
Styles for body text, used for the main content, paragraphs, and descriptions.
Link copied to clipboard
data class Label(val default: OudsTypography.Label.Default, val moderate: OudsTypography.Label.Moderate, val strong: OudsTypography.Label.Strong)
Styles for utility text such as captions, input labels, and metadata.