Integrating Typekit to Hugo Site (Learn Theme)

I’m new to Hugo, but am loving it so far! I’m just having trouble editing the fonts for the theme I chose. I’d like to integrate Typekit fonts, but am at a loss for how to do that. If anyone has experiences with this that they’d be willing to share, I would be so grateful!

I have been able to change fonts on a page level, but have not been able to crack how to do this site-wide.

Thanks!!

You can probably check the Typekit support docs for assistance, since they’ll know how to get their fonts working on any site. If you have a Hugo-specific question, let us know and share a link to your site’s code so we can assist. :slight_smile:

I assume you loaded them in your <head>, right, so then it’s a matter of writing css to assign font-family to something generic, like your body tag.