Skip to content

Typography

The Joke Tax Chronicles

Once upon a time, in a far-away land, there was a very peculiar king who instituted a "Joke Tax." Anyone who told a joke that didn't make him laugh had to pay a gold coin.

Terminal window
npx skeci-ui add typography
import { Title, Paragraph } from '@/components/ui/typography';
<Title>Skeci UI</Title>
<Paragraph>Beautifully sketchy components for React.</Paragraph>

Heading Levels

Level 3 Heading

Level 4 Heading

Text Styles

"A joke is a very serious thing." — Winston Churchill
Small text

Caption text

npm install

Font Families

This is the Virgil font (handwritten style).

This is the default sans-serif font.

All typography components accept standard HTML attributes and the following:

PropTypeDefaultDescription
font'virgil' | 'normal''virgil'The font family to use.
asChildbooleanfalseWhether to merge props onto the child element.