У меня есть приложение, в котором оно отправляет и отправляет электронную почту ежедневно, я добавляю код ниже со ссылками на мою таблицу стилей HTML:
HTML:
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="left" class="col" style="width:100%;max-width:600px;background-color:#DDDDDD">
<tr>
<td class="col-td" style="padding-left:0px;padding-right:0px">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="left" class="col" style="width:100%;">
<tr>
<td class="cell-td" style="padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px">
<div style="font-size: 16px; font-family: helvetica,arial,sans-serif; line-height: 1.5; color: initial;"><span style="font-family: 'Roboto Condensed', Arial, sans-serif;">I'm some new text, edit me! OOO</span></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso]></td><![endif]-->
<!--[if mso]></tr></table><![endif]-->
</td>
</tr>
</table><!--/.container-->
Я не вижуRoboto Condensed in Email (Outlook, Browser - outlook, gmail), вместо этого он отображает резервный шрифт почтовых клиентов:
Я реализовал согласно этой статье, но это также не работает.
- https://www.postup.com/outlook-fix-for-using-webfonts-in-your-email/
- https://www.adestra.com/blog/guide-web-fonts-emails/
- https://mailbakery.com/blog/fonts-html-emails-limitations-solutions-industry-standards/