Skip to content

Commit

Permalink
Issue #23 - set default font family to opensans and button border rad…
Browse files Browse the repository at this point in the history
…ius to 5px
  • Loading branch information
bobbingwide committed May 8, 2021
1 parent 1f6b8ff commit cc72873
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,22 @@
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--opensans)"
},
"elements": {
"link": {
"color": {
"text": "var( --wp--preset--color--link)"
}
}
},
"blocks": {
"core/button": {
"border": {
"radius": "5px"
}
}
}
},
"templateParts": [
Expand Down

0 comments on commit cc72873

Please sign in to comment.