add_filter('astra_fonts_display_property','astra_replace_fallback_with_swap');function astra_replace_fallback_with_swap($property){$property='swap';return $property;