Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 5 additions & 1 deletion src/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Loading