Re: Can you use Google Fonts in a Landing Page?

Anonymous
Not applicable

Can you use Google Fonts in a Landing Page?

Our company uses a couple of Google Fonts in our website, blog, and other web presence.  Is it possible to use Google Fonts in a Marketo Landing Page?  If so, would it be on the template level or the page level?

Any help woukld be very appreciated. 

Thanks!
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Can you use Google Fonts in a Landing Page?

You certainly can do it, and I think there are a few threads here about doing it. Because of the way their fonts work, you won't be able to see them in the Marketo Preview feature, but you'd be able to see them on the real published landing page. Most folks seem to do it on the template level, but in theory you could do it on a page level too.
Anonymous
Not applicable

Re: Can you use Google Fonts in a Landing Page?

Depending on the web browser you can have CORS issues, (Cross Origin).. What I did was download the fonts I use on my website, upload them into Marketo, and then I didn't have any problems. Works just fine. Though I like fontsquirrel better than google's fonts. 🙂
Igor_Khripunov
Level 4

Re: Can you use Google Fonts in a Landing Page?

For Example:

Add this link in the <head>:
<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>

After Integrate the fonts into your CSS:
font-family: 'Merriweather Sans', sans-serif;