Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jun 5, 2020
1 parent aa79bb7 commit 9cfaabe
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/designers-developers/developers/themes/theme-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,25 +250,69 @@ The list of features that are currently supported are:
},
"core/paragraph": {
"styles": {
"color": {
"background": <value>,
"text": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
}
}
},
"core/heading/h1": {
"styles": {
"color": {
"background": <value>,
"text": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
}
}
},
"core/heading/h3": {
"styles": {
"color": {
"background": <value>,
"text": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
}
}
},
"core/heading/h1": {
"styles": {
"color": {
"background": <value>,
"text": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
}
}
},
"core/heading/h6": {
"styles": {
"color": {
"background": <value>,
"text": <value>
},
"typography": {
"fontSize": <value>,
"lineHeight": <value>
}
}
},
Expand Down

0 comments on commit 9cfaabe

Please sign in to comment.