fix: font family for goal reminder email (#28976)

This commit is contained in:
Matthew Piatetsky
2021-10-07 10:33:38 -04:00
committed by GitHub
parent 404ab77ec3
commit 4f47fc3141

View File

@@ -5,7 +5,7 @@
{% block content %}
{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #}
{# we're using important below to override inline styles and my understanding is for email clients where media queries do not work, they'll simply see the desktop css on their phone #}
<table style="font-family: Inter;" width="calc(100% + 2.5rem)" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
<table style="font-family: Inter, Arial, sans-serif;" width="calc(100% + 2.5rem)" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{% include "goal_reminder_banner.html" %}