Components / typography

typography

Prose styles for long-form text. Drop on blog posts / docs.

status: stable js: none support: baseline

Preview

Markup

<article class="prose"><h1>…</h1><p>…</p></article>

Install

Import the component CSS (depends on base/tokens.css):

@import "@russfranky/shadcss/src/components/typography.css";

…or copy it into your repo with the CLI:

npx @russfranky/shadcss-cli add typography

Accessibility

Classes

.prose .lead

Dependencies

base/tokens