Typography
Preview
Section titled “Preview”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.
Installation
Section titled “Installation”npx skeci-ui add typographyimport { Title, Paragraph } from '@/components/ui/typography';
<Title>Skeci UI</Title><Paragraph>Beautifully sketchy components for React.</Paragraph>Variants
Section titled “Variants”Heading Levels
Level 3 Heading
Level 4 Heading
Text Styles
"A joke is a very serious thing." — Winston Churchill
Small text
Caption text
npm installFont 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:
| Prop | Type | Default | Description |
|---|---|---|---|
font | 'virgil' | 'normal' | 'virgil' | The font family to use. |
asChild | boolean | false | Whether to merge props onto the child element. |