FIX: wrong font of site title in summary email

This commit is contained in:
Neil Lalonde 2016-11-29 17:12:11 -05:00
parent a187932126
commit 4d52682267

View File

@ -20,7 +20,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<table style="background-color:#<%= @header_bgcolor -%>;width:100%;">
<tr>
<td align="center" style="text-align: center;padding: 20px 0;">
<td align="center" style="text-align: center;padding: 20px 0; font-family:Helvetica,Arial,sans-serif;">
<a href="<%= Discourse.base_url %>" style="color:#<%= @header_color -%>;font-size:28px;text-decoration:none;">
<%- if logo_url.blank? %>