sendwithus/templates

Cannot find a CSS file at: http://fonts.googleapis.com/css?family=PT+Sans:400,700

dandv opened this issue · 2 comments

Getting this error when pasting any of the go templates (e.g. welcome) in Mailchimp:

An error occurred parsing your template CSS:

Cannot find a CSS file at: http://fonts.googleapis.com/css?family=PT+Sans:400,700

I was able to solve that in MailChimp by replacing the CSS @import with

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oxygen:400,700">

Note the httpS - since the MailChimp editor is loaded over httpS, the browser may not load HTTP resources.

Hey @dandv I tried it in Mailchimp and got the same results, even when using https in the @import. I suspect it's a Mailchimp issue — I will be adding your fix to the readme.

Thanks!