I am trying to import a web font into my HTML email. I am aware that web fonts are not supported by all email clients, but they are supported by most modern clients.
My markup:
<head>
<style>
@import "http://cloud.webtype.com/css/web-font.css";
</style>
</head>
The @import statement appears to be getting removed entirely. Am I doing something wrong, or is this an unsupported feature.
I am trying to import a web font into my HTML email. I am aware that web fonts are not supported by all email clients, but they are supported by most modern clients.
My markup:
The @import statement appears to be getting removed entirely. Am I doing something wrong, or is this an unsupported feature.