How do I use an additional Google font (other than the ones set for body and heading).
I have this code but not sure if it’s right or where to add it…
< link href=“https://fonts.googleapis.com/css2?family=Pacifico&display=swap” rel=“stylesheet” >
font-family: ‘Pacifico’, cursive;
@import url(‘https://fonts.googleapis.com/css2?family=Pacifico:300,400,700’);
Can you advise?
–