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