Body

data class Body

Styles for body text, used for the main content, paragraphs, and descriptions.

Types

Link copied to clipboard
data class Default

Body styles with Default font weight (Regular).

Link copied to clipboard
data class Large

Large body text styles with different font weights.

Link copied to clipboard
data class Medium

Medium body text styles with different font weights.

Link copied to clipboard
data class Moderate

Body styles with Moderate font weight (Medium).

Link copied to clipboard
data class Small

Small body text styles with different font weights.

Link copied to clipboard
data class Strong

Body styles with Strong font weight (Bold).

Properties

Link copied to clipboard

Default font weight styles (Regular). Deprecated: Use size-first accessors instead (e.g., body.large.default).

Link copied to clipboard

Large body text styles.

Link copied to clipboard

Medium body text styles.

Link copied to clipboard

Moderate font weight styles (Medium). Deprecated: Use size-first accessors instead (e.g., body.large.moderate).

Link copied to clipboard

Small body text styles.

Link copied to clipboard

Strong font weight styles (Bold). Deprecated: Use size-first accessors instead (e.g., body.large.strong).