diff --git a/package.json b/package.json index 20ec80e..d9cd028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aymurai/ui", - "version": "0.3.0", + "version": "0.3.1", "description": "AymurAI shared React component library, extracted from the Figma UI Library and authored with Panda CSS.", "license": "MIT", "type": "module", diff --git a/src/styles/fonts.css b/src/styles/fonts.css index e104a7a..f73f613 100644 --- a/src/styles/fonts.css +++ b/src/styles/fonts.css @@ -8,5 +8,9 @@ * import "@aymurai/ui/fonts.css"; * * Alternatively, self-host Archivo and skip this file. + * + * Weights/styles cover the full Figma usage: 300 (Light, used by the italic + * "light italic" captions in ArchiveProgress/ArchiveView/Search), 400, 600, + * 700 — each with an italic axis so emphasis is real, not faux-synthesised. */ -@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");