Question
embedding adobe font in html email signature
Hello!
I made a html email signature that I want to use in Mail (Apple).
I wrote the code and added the link for embedding the font. It all works but when I send an email to another computer, the text is not displayed in the font I want, so the font embedding does not work.
Here is the code:
<!doctype html>
<html>
<head>
<style>
@1552174 url("https://use.typekit.net/lvv3adq.css");
body {
text-align: left
}
body {
color: #273943
}
body {
font-size: 14px
}
body {
font-family: "source-code-pro"
}
</style>
</head>
<body>
<img src="https://i.imgur.com/DS0TRFn.jpg" title="Collid'or" />
<br>
<br> Jana Holvoet
<br> Textielvormgever
<br> O476 351 74O
<br><a href="http://www.collidor.be" target="_blank">www.collidor.be</a>
<br>
<br> BTW BE O726.519.9O4 <br>
</body>
</html>
Is there an error in the code or is it the email client that blocks embedding?
Any help would be fantastic!
Thanks in advance.
