Skip to content

Instantly share code, notes, and snippets.

@mateoclarke
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save mateoclarke/0dd6cd4f9aece18ab4da to your computer and use it in GitHub Desktop.

Select an option

Save mateoclarke/0dd6cd4f9aece18ab4da to your computer and use it in GitHub Desktop.
Google Fonts in email
<!-- 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