Typography Font-Weight-Emphasized token (DES-66)
Pre-release · Type: 🐛 Bug Fix
Problem
The DS 4.0 spec updated the font-weight definitions: the Emphasized semantic of the Inter font (Latin mode) should use Semibold (600), while the other fonts (SC/TC/JP/Brand) stay at Medium (500). The Figma Variables were not synced, and the Font-Weight-Emphasized of the Latin mode in code was still "Medium".
Changed Files
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
Changes
Changed --Font-Weight-Emphasized from "Medium" to "Semibold" for both the root default value and the data-Text-Styles="Latin" mode. The SC / TC / JP / Brand modes remain unchanged.