Astra_Update_Headings_Font::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/typography/class-astra-update-headings-font.php

	public function get_examples() {
		return array(
			'update headings font to Playfair Display',
			'set all heading fonts to Montserrat',
			'change headings font family to Georgia',
			'update heading font weight to 700',
			'set headings text transform to uppercase',
			'change headings line height to 1.2',
			'set consistent font for h1 through h6',
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.