Ingress

Adds a lead paragraph block

Last modified: June 20, 2023

link Block name

t2/ingress

link Style properties

link 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"
				}
			}
		}
	}
}