Skip to content

Commit

Permalink
Merge pull request #178 from adobe/larz0/SDS-13796-s1-typography-heading
Browse files Browse the repository at this point in the history
feat: S1 typography, heading tokens update
  • Loading branch information
karstens authored Aug 30, 2024
2 parents da295af + 2424ca2 commit 9e4026e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@
}
},
"heading-cjk-heavy-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1480,7 +1480,7 @@
}
},
"heading-cjk-size-s": {
"value": "{font-size-300}",
"value": "{font-size-200}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1500,7 +1500,7 @@
}
},
"heading-cjk-size-xs": {
"value": "{font-size-200}",
"value": "{font-size-100}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1510,7 +1510,7 @@
}
},
"heading-cjk-size-xxl": {
"value": "{font-size-900}",
"value": "{font-size-1000}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1520,7 +1520,7 @@
}
},
"heading-cjk-size-xxs": {
"value": "{font-size-100}",
"value": "{font-size-75}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1530,7 +1530,7 @@
}
},
"heading-cjk-size-xxxl": {
"value": "{font-size-1300}",
"value": "{font-size-1200}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@
}
},
"heading-cjk-heavy-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1480,7 +1480,7 @@
}
},
"heading-cjk-size-s": {
"value": "{font-size-300}",
"value": "{font-size-200}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1500,7 +1500,7 @@
}
},
"heading-cjk-size-xs": {
"value": "{font-size-200}",
"value": "{font-size-100}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1510,7 +1510,7 @@
}
},
"heading-cjk-size-xxl": {
"value": "{font-size-900}",
"value": "{font-size-1000}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1520,7 +1520,7 @@
}
},
"heading-cjk-size-xxs": {
"value": "{font-size-100}",
"value": "{font-size-75}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -1530,7 +1530,7 @@
}
},
"heading-cjk-size-xxxl": {
"value": "{font-size-1300}",
"value": "{font-size-1200}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
Expand Down

0 comments on commit 9e4026e

Please sign in to comment.