Add display swap to google font url

add_filter( 'fl_builder_google_font_args', function($args){
	$args['display'] = 'swap';
	return $args;
});