Skip to content

Instantly share code, notes, and snippets.

@stephandewolf
Forked from katecooperuk/html_signature_osx
Created November 13, 2020 12:27
Show Gist options
  • Select an option

  • Save stephandewolf/d0580a764130f2c993f76c24da2979cf to your computer and use it in GitHub Desktop.

Select an option

Save stephandewolf/d0580a764130f2c993f76c24da2979cf to your computer and use it in GitHub Desktop.
HTML email signature – Apple OSX Mail
<body>
<!-- insert Adobe Typekit link here -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet">
<style>
@media screen {
font-family:'interstate-condensed','Avenir Next Condensed','Arial Nova Cond Light','Open Sans Condensed','Arial Narrow',sans-serif;
font-style: normal;
font-weight:400;
a[x-apple-data-detectors] {
font-weight: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-weight: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
color: inherit !important;
}
a[href^="tel"]{
color:inherit;
text-decoration:none;
}
* {
-ms-text-size-adjust: 100%;
}
table,
td {
font-family:'interstate-condensed','Avenir Next Condensed','Arial Nova Cond Light','Open Sans Condensed','Arial Narrow',sans-serif;
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
p {
font-family:'interstate-condensed','Avenir Next Condensed','Arial Nova Cond Light','Open Sans Condensed','Arial Narrow',sans-serif;
}
img {
-ms-interpolation-mode:bicubic;
}
a, a:link, span.MsoHyperlink, span.MsoHyperlinkFollowed {
color:#029192 !important;
text-decoration:none !important;
text-underline:none !important;
}
}
</style>
<!--[if gte mso 10]>
<style type="text/css">
@font-face {
font-family:'Arial Nova Cond Light';
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
}
@font-face {
font-family:'interstate-condensed';
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
}
@font-face {
font-family:'Open Sans Condensed';
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
}
@font-face {
font-family:'Arial Narrow';
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;}
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0cm;
font-size:11.0pt;
font-family:'Arial Nova Cond Light','interstate-condensed','Open Sans Condensed','Arial Narrow',sans-serif;
text-decoration: none;
}
</style>
<![endif]-->
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="email=no" />
<p>&nbsp;</p>
<table id="lwsignature" cellspacing="0" cellpadding="0" border-spacing="0" style="margin:0;padding:0;mso-line-height-rule:exactly;border-collapse:collapse;-webkit-text-size-adjust:none;">
<tbody>
<tr style="margin:0;padding:0;">
<td valign="top" width="60" height="104" style="margin:0; padding:0;">
<a href="#" title="Your Business Name" style="border:none;text-decoration:none;">
<img moz-do-not-send="true" src="https://via.placeholder.com/120x208.png?text=Your+Logo" alt="Your Business Name" width="60" height="104" style="margin: 0; border: 0; padding: 0; display: block; width:60px; height:104px;">
</a>
</td>
<td valign="bottom" style="margin:0;padding:6px 0 0 10px;vertical-align:bottom;font-family:'interstate-condensed','Avenir Next Condensed','Arial Nova Cond Light','Open Sans Condensed','Arial Narrow',sans-serif;">
<p class="MsoNormal" style="margin:0;padding:0;color:#000000;font-size:12pt;line-height:20px;">Your Name</p>
<p class="MsoNormal" style="margin:0;padding:0;line-height:normal;color:#718096;font-size:10pt;line-height:20px;">Your Job Title</p>
<p class="MsoNormal MsoHyperlink" style="margin:0;padding:0;color:#718096;font-size:12pt;line-height:20px;"><a href="https://yourwebsite.com" style="text-decoration: none;color:#029192">Your Business Name</a></p>
<p class="MsoNormal MsoHyperlink" style="margin:0;padding:0;color:#029192;font-size:10pt;line-height:20px;"><a href="mailto:[email protected]" style="text-decoration:none;color:#029192">[email protected]</a></p>
<p class="MsoNormal MsoHyperlink" style="margin:0;padding:0;color:#029192;font-size:10pt;line-height:20px;"><a href="tel:+440000555555" style="text-decoration:none;color:#029192;">+44 0000 555555</p>
</td>
</tr>
</tbody>
</table>
<table id="lwdisclaimer" cellspacing="0" cellpadding="0" border-spacing="0" style="max-width:600px;margin:0;padding:0;mso-line-height-rule:exactly;line-height:18px;border-collapse:collapse;-webkit-text-size-adjust:none;">
<tbody>
<tr style="margin:0;padding:0;">
<td style="margin:0;padding:6px 0 0 0;font-family:'interstate-condensed','Avenir Next Condensed','Arial Nova Cond Light','Open Sans Condensed','Arial Narrow',sans-serif;white-space:wrap;">
<p class="MsoNormal" style="margin:0;padding:0;color:#718096;font-size:9pt;">Disclaimer: The information contained in this message and any files transmitted with it is confidential and for the addressee only. If you have received this message in error please delete it from your system and notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message and any attachments is strictly forbidden. Unless specifically stated, this e-mail does not constitute any part of an offer or contract. Computer viruses can be transmitted by e-mail. The recipient should check this e-mail and any attachment for the presence of viruses. This email is sent without prejudice. osx</p>
</td>
</tr>
</tbody>
</table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment