Ich habe eine HTML-Vorlage für eine Mailchimp-Kampagne erstellt, die font awesome Symbole in der Fußzeile enthält. Wenn ich die HTML-E-Mail mit Mandrill sende, funktioniert es gut. Wenn ich den HTML-Code in eine Mailchimp-Vorlage importiere, erscheinen die Symbole nicht.Verwenden der Schriftart Awesome Symbole in Mailchimp Kampagne
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<style>
.footer i {
color: #999;
margin: 0 2px;
}
.footer i:hover {
color: #333;
}
.footer p {
text-align: center;
margin-bottom: 15px;
}
.footer a i {
border: none;
outline: none;
}
</style>
Hier sind die Symbole im Einsatz:
<p>
<a href="http://facebook.com/"><i class="fa fa-facebook-square fa-2x"></i>
<a href="http://twitter.com/"><i class="fa fa-twitter fa-2x"></i>
<a href="http://pinterest.com/"><i class="fa fa-pinterest fa-2x"></i>
<a href="http://instagram.com/"><i class="fa fa-instagram fa-2x"></i>
</p>
Es tut uns leid, aber Schriftart Symbole funktionieren nicht auf E-Mail-Clients. Dies wird das Problem nicht beheben. –