Set font on title
This commit is contained in:
parent
82a6bb0d5a
commit
44d4a521a3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue