- 稳定性
- 稳定
- 作用域
- 全局
- 边界
- packages/design/fonts
fontspackages/design/fonts
设计系统neutral-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 数
324
组件
99
覆盖率
89%
同步状态
OK
packages/design/fonts设计供应链
使用方式fonts.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});