-
Notifications
You must be signed in to change notification settings - Fork 693
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
Font Component cannot change the font family in Windows Outlook.. #1269
Comments
Where did you place the Font component on the code? Inside of the Head? Also, if you could share a repro it would be great |
yes, I used it in the <Head> Component. That's a demo in codesandbox |
I think the only way is to add a parser to set each element's font-family in jsx ... I find it's working.. |
Maybe the reason is the style inherit problem. The IE core is really annoying.. |
Outlook might strip out styles that have selectors like |
Describe the Bug
I don't know if it's a bug about windows outlook.. I tried many methods to change the windows outlook's font family before I used the Font Component
Both of them not working 🤣. But it works really fine in web and MacOS Outlook..
Which package is affected (leave empty if unsure)
No response
Link to the code that reproduces this issue
To Reproduce
After send the Email from test site, you'll find the font family is using the windows outlook default font family
Expected Behavior
The Windows Outlook font family is fallback correctly..
What's your node version? (if relevant)
No response
The text was updated successfully, but these errors were encountered: