We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems web fonts are stripped out from the email.
Is there support for using webfonts with email builder?
I'm looking for similar functionality to how Zurb Ink's inliner ihandles web fonts.
It converts:
<link href='https://fonts.googleapis.com/css?family=Roboto:500' rel='stylesheet' type='text/css'>
to this:
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url('https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUaCWcynf_cDxXwCLxiixG1c.ttf') format('truetype'); }
The text was updated successfully, but these errors were encountered:
Try adding the data-embed-ignore attribute to your link tag so the inliner avoids processing or stripping that line of code.
data-embed-ignore
link
Sorry, something went wrong.
No branches or pull requests
It seems web fonts are stripped out from the email.
Is there support for using webfonts with email builder?
I'm looking for similar functionality to how Zurb Ink's inliner ihandles web fonts.
It converts:
to this:
The text was updated successfully, but these errors were encountered: