How to use additional google fonts

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?

Hi @redleaf,

Thanks for reaching out.
Please go through how a custom font can be added from the Custom Font section of this article: https://theme.co/docs/font-manager#enabling-font-manager-in-the-theme-options
I have tried to upload the google font Baloo after download and it works, please find the video explaining the steps:

https://www.awesomescreenshot.com/video/1320740?key=9fcd17a20ca98deab895849f026178cc

Hope that helps.
Thanks

Your video was very helpful. Thanks

Hi @redleaf,

Glad that I am able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.