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

Anonymous
Not applicable
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
Igor_Khripunov
Level 4
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;
Anonymous
Not applicable
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. 🙂
Anonymous
Not applicable
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.