Ingress
Adds a lead paragraph block
Last modified: June 20, 2023
Block name
t2/ingress
Style properties
Font size
- --t2-ingress-typography-font-size
- Default: 1.25em
Font weight
- --t2-ingress-typography-font-weight
- Default: initial
Change font size
Change the font size of the lead paragraph by adding the following to your
theme's theme.json
file:
{
"styles": {
"blocks": {
"t2/ingress": {
"typography": {
"fontSize": "24px"
}
}
}
}
}