Last active
August 29, 2015 14:12
-
-
Save mateoclarke/0dd6cd4f9aece18ab4da to your computer and use it in GitHub Desktop.
Google Fonts in email
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
| <!-- Import Google font as normal --> | |
| <style> | |
| @import url(http://fonts.googleapis.com/css?family=Raleway); | |
| </style> | |
| <!-- Put following code after your normal </style>. It will be a whole new style tag set: --> | |
| <!--[if mso]> | |
| <style> | |
| td { | |
| font-family: Arial, sans-serif !important; | |
| } | |
| a { | |
| font-family: Arial, sans-serif !important; | |
| } | |
| </style> | |
| <![endif]--> | |
| <!-- Helpful community forum on Litmus --> | |
| <!-- https://litmus.com/community/code/36-outlook-and-fallback-fonts --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment