[Back] {
"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
"version": 2,
"settings": {
"layout": {
"contentSize": "var(--tmpcoder-container-width)",
"wideSize": "var(--tmpcoder-container-width)"
},
"spacing": {
"blockGap": true,
"margin": true,
"padding": true,
"units": [ "px", "em", "rem", "vh", "vw", "%" ],
"customSpacingSize": true,
"spacingScale": {
"steps": 0
},
"spacingSizes": [
{
"name": "2X Small",
"size": "8px",
"slug": "xx-small"
},
{
"name": "X Small",
"size": "clamp(0.75rem, 0.659rem + 0.45vw, 1rem)",
"slug": "x-small"
},
{
"name": "Small",
"size": "clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem)",
"slug": "small"
},
{
"name": "Medium",
"size": "clamp(1.5rem, 1.318rem + 0.91vw, 2rem)",
"slug": "medium"
},
{
"name": "Large",
"size": "clamp(2.125rem, 1.807rem + 1.59vw, 3rem)",
"slug": "large"
},
{
"name": "X Large",
"size": "clamp(2.625rem, 2.125rem + 2.5vw, 4rem)",
"slug": "x-large"
},
{
"name": "2X Large",
"size": "clamp(3.688rem, 2.847rem + 4.2vw, 6rem)",
"slug": "xx-large"
}
]
},
"typography": {
"customFontSize": true,
"dropCap": true,
"fontSizes": [
{
"size": "13px",
"name": "Small",
"slug": "small"
},
{
"size": "20px",
"name": "Medium",
"slug": "medium"
},
{
"size": "36px",
"name": "Large",
"slug": "large"
},
{
"size": "42px",
"name": "Extra Large",
"slug": "x-large"
}
]
},
"border": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "5px"
},
"typography": {
"lineHeight": "1"
},
"variations": {
"outline": {
"color": {
"text": "var:preset|color|primary"
}
}
}
},
"core/site-title": {
"typography": {
"fontSize": "var:preset|font-size|x-large"
}
}
},
"color": {
"background": "var:preset|color|background",
"text": "var:preset|color|base"
},
"elements": {
"button": {
"color": {
"background": "var:preset|color|primary"
}
},
"h1": {
"typography": {
"fontSize": "var:preset|font-size|xx-large",
"lineHeight": "1.2"
}
},
"h2": {
"typography": {
"fontSize": "var:preset|font-size|x-large",
"lineHeight": "1.3"
}
},
"h3": {
"typography": {
"fontSize": "var:preset|font-size|large",
"lineHeight": "1.4"
}
},
"h4": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"lineHeight": "1.5"
}
},
"h5": {
"typography": {
"fontSize": "var:preset|font-size|base",
"lineHeight": "1.6"
}
},
"h6": {
"typography": {
"fontSize": "var:preset|font-size|small",
"lineHeight": "1.6"
}
},
"heading": {
"color": {
"text": "var:preset|color|secondary"
},
"typography": {
"fontFamily": "var:preset|font-family|Poppins",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"link": {
"color": {
"text": "var:preset|color|primary"
}
}
},
"spacing": {
"blockGap": "24px",
"padding": {
"bottom": "0px",
"left": "0px",
"right": "0px",
"top": "0px"
}
},
"typography": {
"fontFamily": "var:preset|font-family|Poppins",
"fontSize": "var:preset|font-size|base",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.6"
}
}
}