Skip to content

Instantly share code, notes, and snippets.

@kromakollision
Created July 4, 2019 10:44
Show Gist options
  • Save kromakollision/f1e18e4d3976564129b8666af6c45547 to your computer and use it in GitHub Desktop.
Save kromakollision/f1e18e4d3976564129b8666af6c45547 to your computer and use it in GitHub Desktop.
Email webfonts and fallbacks - media query
<style type="text/css" media="screen">
@media screen {
/* Add all text elements used in your email template */
body, div, p, li, th, td,
a, strong, b, em, li, address,
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', sans-serif !important;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment