Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@import statement being stripped #15

Open
jordantomax opened this issue May 24, 2013 · 0 comments
Open

@import statement being stripped #15

jordantomax opened this issue May 24, 2013 · 0 comments

Comments

@jordantomax
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant