Typography Font-Weight-Emphasized token 更新(DES-66)
Pre-release · 类型: 🐛 缺陷修复
问题
DS 4.0 规范更新了字重定义:Inter 字体(Latin mode)的 Emphasized 语义应使用 Semibold (600),其他字体(SC/TC/JP/Brand)保持 Medium (500)。Figma Variables 未同步,代码中 Latin mode 的 Font-Weight-Emphasized 仍为 "Medium"。
改动文件
packages/design-tokens/src/source/figma-variables.jsonpackages/design-tokens/src/source/Plaud Web 4.0 Design System-variables.csspackages/design-tokens/src/generated/css/variables-light.css
改动内容
将 root 默认值及 data-Text-Styles="Latin" mode 下的 --Font-Weight-Emphasized 从 "Medium" 改为 "Semibold"。SC / TC / JP / Brand mode 保持不变。