This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Description
We've come down to the finest details. While testing the theme, I noticed the quote isn't looking as it was before. The font size is smaller than the rest of the text, and it should be the same size. It's also using Semi Bold font weight, this was probably intentional, but if possible, let's make the change to use the same weight as the rest of the text as well.
| Currently |
Improved |
 |
 |
Citation is also looking different in quote and pull quote. They should look similar in both. Notice the differences in the two citations:

This bit that's applied to the pull quote seems good to be applied to both. We should however apply -0.1px letter spacing to both.
"elements": {
"cite": {
"typography": {
"fontSize": "var:preset|font-size|small",
"fontStyle": "normal"
}