Skip to content

Commit

Permalink
sans serif
Browse files Browse the repository at this point in the history
  • Loading branch information
CCAyl committed Jun 28, 2022
1 parent 425d173 commit 4b27066
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 2 additions & 2 deletions build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
2 changes: 1 addition & 1 deletion build/ts/colors.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
4 changes: 2 additions & 2 deletions build/ts/typography.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
20 changes: 10 additions & 10 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand Down Expand Up @@ -384,7 +384,7 @@
}
},
"fontFamily": {
"mulish": {
"sansSerif": {
"value": "Mulish",
"type": "fontFamilies"
}
Expand All @@ -403,4 +403,4 @@
},
"Light": {},
"$themes": []
}
}
2 changes: 1 addition & 1 deletion data/transformed-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
}
},
"fontFamily": {
"mulish": {
"sansSerif": {
"value": "Mulish",
"type": "fontFamilies"
}
Expand Down

0 comments on commit 4b27066

Please sign in to comment.