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": {
"appearanceTools": true,
"color": {
"defaultPalette": false,
"defaultGradients": false,
"defaultDuotone": false,
"palette": [
{
"slug": "primary",
"color": "#12326E",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#A80000",
"name": "Secondary"
},
{
"slug": "body-text",
"color": "#333333",
"name": "Primary light"
},
{
"slug": "white",
"color": "#FFF",
"name": "White"
}
]
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#12326E",
"name": "Primary",
"slug": "primary"
},
{
"color": "#A80000",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#333333",
"name": "Primary light",
"slug": "body-text"
},
{
"color": "#FFF",
"name": "White",
"slug": "white"
}
]
},
"layout": {
"contentSize": "1300px",
@ -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)"
}
},
"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)"
"blocks": {
"core/button": {
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--white)"
}
}
},