theme buttons

This commit is contained in:
Aadil Ayub 2024-04-25 16:17:15 +05:00
parent 56951c500b
commit c7c28b2d26
1 changed files with 37 additions and 49 deletions

View File

@ -2,31 +2,31 @@
"settings": { "settings": {
"appearanceTools": true, "appearanceTools": true,
"color": { "color": {
"defaultPalette": false, "defaultDuotone": false,
"defaultGradients": false, "defaultGradients": false,
"defaultDuotone": false, "defaultPalette": false,
"palette": [ "palette": [
{ {
"slug": "primary", "color": "#12326E",
"color": "#12326E", "name": "Primary",
"name": "Primary" "slug": "primary"
}, },
{ {
"slug": "secondary", "color": "#A80000",
"color": "#A80000", "name": "Secondary",
"name": "Secondary" "slug": "secondary"
}, },
{ {
"slug": "body-text", "color": "#333333",
"color": "#333333", "name": "Primary light",
"name": "Primary light" "slug": "body-text"
}, },
{ {
"slug": "white", "color": "#FFF",
"color": "#FFF", "name": "White",
"name": "White" "slug": "white"
} }
] ]
}, },
"layout": { "layout": {
"contentSize": "1300px", "contentSize": "1300px",
@ -35,9 +35,6 @@
"typography": { "typography": {
"fontFamilies": [ "fontFamilies": [
{ {
"name": "Lato",
"slug": "lato",
"fontFamily": "Lato",
"fontFace": [ "fontFace": [
{ {
"fontFamily": "Lato", "fontFamily": "Lato",
@ -99,32 +96,23 @@
"fontWeight": "250", "fontWeight": "250",
"src": "file:./assets/fonts/Lato-Thin.ttf" "src": "file:./assets/fonts/Lato-Thin.ttf"
} }
] ],
"fontFamily": "Lato",
"name": "Lato",
"slug": "lato"
} }
] ]
} }
}, },
"styles": { "styles": {
"css": "", "blocks": {
"elements": { "core/button": {
"button": { "border": {
"typography": { "radius": "0"
"fontFamily": "var(--wp--preset--font-family--lato)" },
} "color": {
}, "background": "var(--wp--preset--color--secondary)",
"caption": { "text": "var(--wp--preset--color--white)"
"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)"
} }
} }
}, },