Skip to content

Commit 8650e00

Browse files
committed
style: use default font in mailer
1 parent 4b0e906 commit 8650e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/mailer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defmodule Algora.Mailer do
4646
<div style="background-color: #ffffff; box-sizing: border-box; display: block; padding: 0;">
4747
<table cellpadding="0" cellspacing="0" width="100%">
4848
<tr>
49-
<td style="font-family:sans-serif; font-size: 16px;">
49+
<td>
5050
#{html_sections(template_params)}
5151
</td>
5252
</tr>

0 commit comments

Comments
 (0)