Skip to main content
March 6, 2013
Question

Can you use Google Fonts in a Landing Page?

  • March 6, 2013
  • 3 replies
  • 1611 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

March 7, 2013
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.
March 7, 2013
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. :)
Level 4
March 14, 2013
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;