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
| Version | Description |
|---|---|
| 1.8.6 | Introduced. |