Webfonts for Marketo landing pages? | Community
Skip to main content
February 3, 2014
Solved

Webfonts for Marketo landing pages?

  • February 3, 2014
  • 3 replies
  • 978 views
Has anyone successfully deployed custom webfonts for Marketo landing pages?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
I've done it on a bunch of pages with Google fonts. I just include the @font-face call in the header of the template. Typically I have found that the javascript import code works the best. It would probably be similar with a Typekit font.

3 replies

February 3, 2014
+1 for the javascript import on Google Fonts being deployed successfully...
February 3, 2014
Yep, no problem using Typekit on our site, seen plenty of folks using Google Fonts.
Accepted solution
February 3, 2014
I've done it on a bunch of pages with Google fonts. I just include the @font-face call in the header of the template. Typically I have found that the javascript import code works the best. It would probably be similar with a Typekit font.