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

Commit

Permalink
Merge pull request #564 from troychaplin/update/afternoon-presets
Browse files Browse the repository at this point in the history
Update/afternoon presets

Co-authored-by: troychaplin <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: karmatosed <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: beafialho <[email protected]>
  • Loading branch information
6 people authored Oct 14, 2024
2 parents 9ce5623 + 8aee585 commit a8bc898
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions styles/04-afternoon.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
"max": "1.8rem",
"min": "1.4rem"
},
"name": "Extra Large",
"size": "1.75rem",
"size": "1.4rem",
"slug": "x-large"
},
{
"fluid": {
"max": "3.625rem",
"min": "2.625rem"
"max": "2.6rem",
"min": "2rem"
},
"name": "Extra Extra Large",
"size": "2.625rem",
"size": "2rem",
"slug": "xx-large"
}
]
Expand All @@ -97,9 +97,8 @@
"styles": {
"typography": {
"fontFamily": "var:preset|font-family|ysabeau-office",
"fontWeight": "400",
"letterSpacing": "-0.22px",
"lineHeight": "1.6"
"lineHeight": "1.5"
},
"blocks": {
"core/button": {
Expand Down Expand Up @@ -132,27 +131,17 @@
"letterSpacing": "0px"
}
},
"core/list": {
"core/heading": {
"typography": {
"lineHeight": "1.3"
}
},
"core/loginout": {
"typography": {
"fontSize": "var:preset|font-size|medium"
"lineHeight": "1.2"
}
},
"core/post-author": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author-biography": {
"core/list": {
"typography": {
"fontSize": "var:preset|font-size|medium"
"lineHeight": "1.3"
}
},
"core/post-author-name": {
"core/loginout": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
Expand All @@ -162,12 +151,6 @@
"fontWeight": "400"
}
},
"core/post-title": {
"typography": {
"fontWeight": "500",
"letterSpacing": "-0.8px"
}
},
"core/pullquote": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
Expand All @@ -183,7 +166,7 @@
"core/site-title": {
"typography": {
"fontFamily": "var:preset|font-family|ysabeau-office",
"fontSize": "var:preset|font-size|medium",
"fontSize": "var:preset|font-size|large",
"letterSpacing": "1.44px",
"textTransform": "uppercase"
}
Expand All @@ -207,6 +190,20 @@
"typography": {
"fontFamily": "var:preset|font-family|platypi"
}
},
"h5": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"h6": {
"typography": {
"fontSize": "var:preset|font-size|small",
"fontWeight": "400",
"fontStyle": "initial",
"letterSpacing": "initial",
"textTransform": "initial"
}
}
},
"variations": {
Expand Down

0 comments on commit a8bc898

Please sign in to comment.