Astra_Update_Heading_Font::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		$tag = 'h' . $this->level;

		return array(
			'update ' . $tag . ' font to Playfair Display',
			'set ' . $tag . ' font size to 32px',
			'change ' . $tag . ' font family to Montserrat',
			'update ' . $tag . ' font weight to 700',
			'set ' . $tag . ' line height to 1.2',
			'make ' . $tag . ' uppercase',
			'change ' . $tag . ' letter spacing to 2px',
			'set ' . $tag . ' font to Inter',
			'update ' . $tag . ' typography settings',
			'make ' . $tag . ' font bold',
		);
	}

User Contributed Notes

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