Cannot find a CSS file at: http://fonts.googleapis.com/css?family=PT+Sans:400,700
dandv opened this issue · 2 comments
dandv commented
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
dandv commented
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.