Skip to main content

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

Pre-release · Type: 🐛 Bug Fix

Related issue: DES-66 / WEB-845

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