diff --git a/build/scss/colors.scss b/build/scss/colors.scss index 481a790a..a09a7153 100644 --- a/build/scss/colors.scss +++ b/build/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 27 Jun 2022 20:02:51 GMT +// Generated on Tue, 28 Jun 2022 17:30:41 GMT $colors-green-100: #FAFFFC; $colors-green-200: #EBF2EF; diff --git a/build/scss/typography.scss b/build/scss/typography.scss index 723a4e30..3f8ae913 100644 --- a/build/scss/typography.scss +++ b/build/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 27 Jun 2022 20:02:51 GMT +// Generated on Tue, 28 Jun 2022 17:30:41 GMT $typography-letter-spacing-base: 0; $typography-paragraph-spacing-base: 0; @@ -81,6 +81,6 @@ $typography-line-height-xlarge: 40px; $typography-line-height-large: 32px; $typography-line-height-normal: 24px; $typography-line-height-small: 16px; -$typography-font-family-mulish: Mulish; +$typography-font-family-sans-serif: Mulish; $typography-weight-heading: 700; $typography-weight-base: 500; \ No newline at end of file diff --git a/build/ts/colors.ts b/build/ts/colors.ts index a379942e..d36121c8 100644 --- a/build/ts/colors.ts +++ b/build/ts/colors.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 27 Jun 2022 20:02:51 GMT + * Generated on Tue, 28 Jun 2022 17:30:41 GMT */ export const ColorsGreen100 = "#FAFFFC"; diff --git a/build/ts/typography.ts b/build/ts/typography.ts index 903b25c8..0c785ddb 100644 --- a/build/ts/typography.ts +++ b/build/ts/typography.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 27 Jun 2022 20:02:51 GMT + * Generated on Tue, 28 Jun 2022 17:30:41 GMT */ export const TypographyLetterSpacingBase = 0; @@ -82,6 +82,6 @@ export const TypographyLineHeightXlarge = "40px"; export const TypographyLineHeightLarge = "32px"; export const TypographyLineHeightNormal = "24px"; export const TypographyLineHeightSmall = "16px"; -export const TypographyFontFamilyMulish = "Mulish"; +export const TypographyFontFamilySansSerif = "Mulish"; export const TypographyWeightHeading = 700; export const TypographyWeightBase = 500; \ No newline at end of file diff --git a/data/tokens.json b/data/tokens.json index 1e18bf00..ec64a979 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -233,7 +233,7 @@ }, "h1": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.heading}", "lineHeight": "{typography.lineHeight.xlarge}", "fontSize": "{typography.size.h1}", @@ -246,7 +246,7 @@ }, "h2": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.heading}", "lineHeight": "{typography.lineHeight.xlarge}", "fontSize": "{typography.size.h2}", @@ -259,7 +259,7 @@ }, "h3": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.heading}", "lineHeight": "{typography.lineHeight.large}", "fontSize": "{typography.size.h3}", @@ -272,7 +272,7 @@ }, "h4": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.heading}", "lineHeight": "{typography.lineHeight.normal}", "fontSize": "{typography.size.h4}", @@ -285,7 +285,7 @@ }, "h5": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.heading}", "lineHeight": "{typography.lineHeight.normal}", "fontSize": "{typography.size.body}", @@ -298,7 +298,7 @@ }, "body": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.base}", "lineHeight": "{typography.lineHeight.normal}", "fontSize": "{typography.size.body}", @@ -311,7 +311,7 @@ }, "footnote": { "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.base}", "lineHeight": "{typography.lineHeight.small}", "fontSize": "{typography.size.footnote}", @@ -325,7 +325,7 @@ "caption": { "type": "typography", "value": { - "fontFamily": "{typography.fontFamily.mulish}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.base}", "lineHeight": "{typography.lineHeight.small}", "fontSize": "{typography.size.caption}", @@ -384,7 +384,7 @@ } }, "fontFamily": { - "mulish": { + "sansSerif": { "value": "Mulish", "type": "fontFamilies" } @@ -403,4 +403,4 @@ }, "Light": {}, "$themes": [] -} \ No newline at end of file +} diff --git a/data/transformed-tokens.json b/data/transformed-tokens.json index bfc4279f..5dd2b295 100644 --- a/data/transformed-tokens.json +++ b/data/transformed-tokens.json @@ -551,7 +551,7 @@ } }, "fontFamily": { - "mulish": { + "sansSerif": { "value": "Mulish", "type": "fontFamilies" }