跳到主要内容

Typography Font-Weight-Emphasized token 更新(DES-66)

Pre-release · 类型: 🐛 缺陷修复

关联 issue:DES-66 / WEB-845

问题

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.json
  • packages/design-tokens/src/source/Plaud Web 4.0 Design System-variables.css
  • packages/design-tokens/src/generated/css/variables-light.css

改动内容

将 root 默认值及 data-Text-Styles="Latin" mode 下的 --Font-Weight-Emphasized"Medium" 改为 "Semibold"。SC / TC / JP / Brand mode 保持不变。