2024-08-27 17:58:23 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
|
"version": 2,
|
2024-08-28 04:24:54 +03:00
|
|
|
"settings": {
|
|
|
|
"custom": {
|
|
|
|
"form": {
|
|
|
|
"border": {
|
|
|
|
"color": "var(--wp--preset--color--charcoal-5)",
|
|
|
|
"width": "1px"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/post-title": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--heading-2)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"h1": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--heading-2)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h2": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--heading-3)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--heading-4)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-08-27 17:58:23 +03:00
|
|
|
}
|