Hi Daan,
Superb! I did try loading it as an additional font before but it didn’t work- I think I must’ve not cleared the cache though.
Thank you!
Thanks Daan, see below-
add_action( 'storefront_header', 'jk_storefront_header_content', 40 );
function jk_storefront_header_content() { ?>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Antic&display=swap" rel="stylesheet">
Hi Daan,
Thanks, both of them are in the same piece of code in the functions.php so what have I done wrong there that they aren’t loaded in that way to be picked up?
Shadows into light 2 is all the headers.
Sorry if this is rookie mistakes but I’ve just followed the instructions through Google fonts for adding them.
Thanks,
Joe