Typography

Headings, body text, links, lists, and prose styling.

Component

Heading scale

h1 through h6.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Component
Heading scale html
<h1 class="antsand-h1">Heading 1</h1>
<h2 class="antsand-h2">Heading 2</h2>
<h3 class="antsand-h3">Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Body text and prose

Paragraph text with optimal line height.

Body text with comfortable reading line height. Uses a modular scale based on 1rem.

Smaller body text for secondary content.

Fine print and tertiary information.

Component
Body text and prose html
<p class="antsand-body">Body text...</p>
<p class="antsand-body-sm">Smaller text...</p>
<p class="antsand-caption">Fine print...</p>