Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fixing some case mistakes in figma token json
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed May 6, 2022
1 parent d9e548f commit a983669
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/figma/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"type": "paragraphSpacing"
}
},
"l-display-md": {
"L-Display-MD": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-0",
Expand All @@ -436,7 +436,7 @@
},
"type": "typography"
},
"L-heading-lg-": {
"L-Heading-LG-": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand All @@ -449,7 +449,7 @@
},
"type": "typography"
},
"L-heading-md": {
"L-Heading-MD": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand All @@ -462,7 +462,7 @@
},
"type": "typography"
},
"L-heading-sm-regular": {
"L-Heading-SM-Regular": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand Down Expand Up @@ -565,7 +565,7 @@
"type": "textDecoration"
}
},
"S-Display-MD-Bold": {
"S-Display-MD": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand All @@ -578,7 +578,7 @@
},
"type": "typography"
},
"S-heading-lg-": {
"S-Heading-LG-": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand All @@ -591,7 +591,7 @@
},
"type": "typography"
},
"S-heading-md": {
"S-Heading-MD": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand All @@ -604,7 +604,7 @@
},
"type": "typography"
},
"S-heading-sm-regular": {
"S-Heading-SM-Regular": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand Down

0 comments on commit a983669

Please sign in to comment.