diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 5c90177282..df2dedc828 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -832,5 +832,11 @@ "homepage": "https://iconiqs.vercel.app", "url": "https://iconiqs.vercel.app/r/{name}.json", "description": "Iconiq is a collection of icons designed for web applications. It is a modern, clean, and minimalistic icon set that is perfect for web applications." + }, + { + "name": "@fonttrio", + "homepage": "https://www.fonttrio.xyz", + "url": "https://www.fonttrio.xyz/r/{name}.json", + "description": "Curated font pairing registry for shadcn. Three fonts. One command. Install perfectly configured typography (heading + body + mono) with shadcn add. Includes editorial-grade type scales, CSS variables, and a live preview site." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index daeca87b1e..3b50c2b2cf 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -972,5 +972,12 @@ "url": "https://iconiqs.vercel.app/r/{name}.json", "description": "Iconiq is a collection of icons designed for web applications. It is a modern, clean, and minimalistic icon set that is perfect for web applications.", "logo": "" + }, + { + "name": "@fonttrio", + "homepage": "https://www.fonttrio.xyz", + "url": "https://www.fonttrio.xyz/r/{name}.json", + "description": "Curated font pairing registry for shadcn. Three fonts. One command. Install perfectly configured typography (heading + body + mono) with shadcn add. Includes editorial-grade type scales, CSS variables, and a live preview site.", + "logo": "" } ]