How can I use the Gutter font in my Foodie theme?

I’d like to use the font Gutter in my new theme Foodie. How do I do that?

@syim427

Please follow this guide to learn how to add a new font to your website. Let me know if you need further assistance.

Kind regards,
Diego

Thanks! What do I do if I’m uploading multiple fonts?

@syim427

You ought to repeat the same steps and then change the CSS selectors for whatever font you want to use. Like:

p{
font-family: 'font-1';
}

h1{
font-family: 'font-2';
}

Unfortunately there is not a simple to guide through this, coding knowledge will be required to properly setup fonts. It’s also worth bearing in my mind that the more fonts you have the slower the website will be, so be mindful of how many fonts you add.

Kind regards,
Diego