14 lines
310 B
JSON
14 lines
310 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||
|
"version": 3,
|
||
|
"title": "Subtitle",
|
||
|
"slug": "text-subtitle",
|
||
|
"blockTypes": ["core/heading", "core/paragraph"],
|
||
|
"styles": {
|
||
|
"typography": {
|
||
|
"fontSize": "clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem)",
|
||
|
"lineHeight": "1.2"
|
||
|
}
|
||
|
}
|
||
|
}
|