Can I use Typekit fonts with the theme?

Yes, you can configure the Typekit by adding the @import statement to the child.css

When configuring custom fonts, it is best to add the code to the child.css of your child theme.

If you didn't create a child theme, you can add the fonts globally via the site header HTML, although this code is not minimized and therefore only recommended as a backup option if you've already built your website without a child theme.

There are two steps to set up your theme fonts to use Typekit:

  1. Add the @import statement to the child.css
  2. Redefine the root variables for the base and accent fonts