-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels