Last active
March 29, 2019 19:25
-
-
Save denisstoyanov/214a1c9e33e7718a2caa80c08cf43229 to your computer and use it in GitHub Desktop.
Fonts are enlarged by default - https://www.emailonacid.com/blog/article/email-development/7_tips_on_designing_and_developing_emails_for_the_iphone/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
* {-webkit-text-size-adjust: none} | |
</style> | |
or | |
<font style=”-webkit-text-size-adjust: none”> | |
Example | |
</font> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment