Custom (ok)
https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/
{
"version": 1,
"settings": {
"custom": {
"baseFont": 16,
"lineHeight": {
"small": 1.2,
"medium": 1.4,
"large": 1.8
}
},
"blocks": {
"core/group": {
"custom": {
"baseFont": 32
}
}
}
}
}Last updated