Skip to content

@import statement being stripped #15

@jordantomax

Description

@jordantomax

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions