theme buttons
This commit is contained in:
parent
56951c500b
commit
c7c28b2d26
54
theme.json
54
theme.json
@ -2,29 +2,29 @@
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
"defaultGradients": false,
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": false,
|
||||
"palette": [
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#12326E",
|
||||
"name": "Primary"
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#A80000",
|
||||
"name": "Secondary"
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"slug": "body-text",
|
||||
"color": "#333333",
|
||||
"name": "Primary light"
|
||||
"name": "Primary light",
|
||||
"slug": "body-text"
|
||||
},
|
||||
{
|
||||
"slug": "white",
|
||||
"color": "#FFF",
|
||||
"name": "White"
|
||||
"name": "White",
|
||||
"slug": "white"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -35,9 +35,6 @@
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Lato",
|
||||
"slug": "lato",
|
||||
"fontFamily": "Lato",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Lato",
|
||||
@ -99,32 +96,23 @@
|
||||
"fontWeight": "250",
|
||||
"src": "file:./assets/fonts/Lato-Thin.ttf"
|
||||
}
|
||||
]
|
||||
],
|
||||
"fontFamily": "Lato",
|
||||
"name": "Lato",
|
||||
"slug": "lato"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"css": "",
|
||||
"elements": {
|
||||
"button": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--lato)"
|
||||
}
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
"radius": "0"
|
||||
},
|
||||
"caption": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--lato)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--lato)"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--lato)"
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--secondary)",
|
||||
"text": "var(--wp--preset--color--white)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user