Why isn’t my font rendering properly in my email

Written by James Zilch | Nov 5, 2017 7:56:07 PM
A lot of people are using CSS to set fonts and using @font-face to embed a  font directly in the client. The two biggest reasons I see for a font not render is first they are not using @import or @font-face properly or the customer already has inline styles set on their tables setting a font directly on the table such as <td style=”font: ‘Georgia’, sans-seriff;”>This is my table cell</td>