// functions.php (child theme recommended)
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style(
'fa6-free',
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css',
[],
'6.5.2'
);
}, 20);
It seems we can’t find what you’re looking for. Perhaps searching can help.