SOLVED

Webfonts for Marketo landing pages?

Go to solution
Anonymous
Not applicable

Webfonts for Marketo landing pages?

Has anyone successfully deployed custom webfonts for Marketo landing pages?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Webfonts for Marketo landing pages?

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.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Webfonts for Marketo landing pages?

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.
Anonymous
Not applicable

Re: Webfonts for Marketo landing pages?

Yep, no problem using Typekit on our site, seen plenty of folks using Google Fonts.
Anonymous
Not applicable

Re: Webfonts for Marketo landing pages?

+1 for the javascript import on Google Fonts being deployed successfully...