Set font on title

This commit is contained in:
Herve Saint-Amand 2017-02-11 20:50:28 +00:00
parent 82a6bb0d5a
commit 44d4a521a3

View file

@ -17,7 +17,7 @@
<td style="width: 100%; padding: 0px; text-align: left"> <td style="width: 100%; padding: 0px; text-align: left">
<%# NB we need "text-decoration: none" twice: GMail only honours it on the <a> but Outlook only on the <strong> %> <%# NB we need "text-decoration: none" twice: GMail only honours it on the <a> but Outlook only on the <strong> %>
<a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000"> <a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
<strong style="text-decoration: none; font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</strong> <strong style="text-decoration: none; font-size: 18px; font-weight: 600; margin: 0; text-align: left; font-family: 'Helvetica Neue', Arial, sans-serif">OpenStreetMap</strong>
</a> </a>
</td> </td>
</tr> </tr>