mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* feat: chart color * fix * fix * fix: chart color * chore: changeset * chore: restore directory registry formatting * feat: add fontHeading * feat: rebuild registry * fix: v0 * refactor * fix * fix * fix * fix * fix * fix: refactor preset handling * fix * fix * fix
16 lines
396 B
JSON
16 lines
396 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "font-heading-manrope",
|
|
"title": "Manrope (Heading)",
|
|
"type": "registry:font",
|
|
"font": {
|
|
"family": "'Manrope Variable', sans-serif",
|
|
"provider": "google",
|
|
"import": "Manrope",
|
|
"variable": "--font-heading",
|
|
"subsets": [
|
|
"latin"
|
|
],
|
|
"dependency": "@fontsource-variable/manrope"
|
|
}
|
|
} |