astra_get_fonts_display_property()

Get the value for font-display property.


Description


Return

(string)


Source

File: inc/core/common-functions.php

function astra_get_fonts_display_property() {
	return apply_filters( 'astra_fonts_display_property', 'fallback' );
}

Changelog

Changelog
Version Description
1.8.6 Introduced.


User Contributed Notes

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