Export and import typeset.css between the shadcn/ui kit for Figma and your project with the Figma to shadcn/ui plugin.
The kit includes a Typeset system — a prose/markdown scale mirroring shadcn/ui's typeset.css. The plugin has a dedicated Typeset tab in the main tab bar (next to Manage Variables) with its own Export and Import tabs. It runs locally and does not use any AI credits.
The plugin generates a small typeset.css override block containing your knobs: --typeset-size, --typeset-leading, --typeset-flow, and the --typeset-font-* families. If you hand-tuned any values away from the standard ramp, the plugin detects those and notes them in the output.
The base typeset.css ships with shadcn/ui — this block only carries your overrides. Paste it into your project after the base file.
typeset.css (or just its .typeset block).The plugin applies it back into the kit: it switches to (or creates) the matching size mode and applies your leading, flow, and font choices.
Because Typeset colors reuse the theme tokens, prose follows light/dark and restyles with the active style automatically. Learn more about the system on the Typeset page.