Astra_Update_Body_Font::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'update body font to Inter',
			'set body font family to Roboto',
			'change body font size to 16px',
			'update body typography to Inter 18px',
			'set body text font to Arial',
			'change body font weight to 400',
			'set body font line height to 1.6',
			'update body text letter spacing',
			'set responsive body font sizes',
			'change body font to system font',
		);
	}

User Contributed Notes

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