design systempackages/design/fonts
fonts package
fonts — focused capability inside the design system domain, boundary at packages/design/fonts.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/design/fonts
fontspackages/design/fonts
Design systemneutral-2
neutral-7
neutral-12
blue-9
cyan-9
brand-gradient
Aa Heading
Body copy renders the rhythm.
Small body for secondary context.
Caption · the smallest step
Tokens shipped
324
Components
99
Coverage
89%
Sync status
OK
packages/design/fontsdesign supply chain
Usagefonts.ts
typescriptfonts.ts
1import { fonts } from "@nebutra/fonts";
2
3// Part of the design supply chain — consumed by both apps and Storybook.
4export const surface = fonts({
5 brand: "nebutra",
6 mode: "system",
7});