From 845dfc497e4113f0ada29f1b382e2afde0d6d92e Mon Sep 17 00:00:00 2001 From: ahreum Date: Wed, 20 May 2026 00:06:37 +0900 Subject: [PATCH] chore: sync styles (typography.json) from Figma --- packages/tokens/src/raw/styles/typography.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/tokens/src/raw/styles/typography.json diff --git a/packages/tokens/src/raw/styles/typography.json b/packages/tokens/src/raw/styles/typography.json new file mode 100644 index 0000000..4a5ab4c --- /dev/null +++ b/packages/tokens/src/raw/styles/typography.json @@ -0,0 +1,14 @@ +{ + "heading": { + "xl": { + "value": { + "fontFamily": "{String}", + "fontStyle": "{medium}", + "fontSize": "{Number 2}", + "letterSpacing": 0, + "lineHeight": "{160}" + }, + "type": "typography" + } + } +} \ No newline at end of file