Filter by type:
Search
Skip to content
Browse: Home / Functions / astra_get_fonts_display_property()

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' );
}

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
1.8.6 Introduced.

User Contributed Notes

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