Enact / Brand System / Wave 3b

Email signature

Two formats — HTML (for rich-text clients) and plain text (for everything else). Both inline-styled where required, with no remote font loading (Geist falls back to system fonts cleanly when not available; the lockup uses inline SVG so the Signal block always renders).

2026-04-26HTML + plain text
01

In context

How the signature reads inside an actual email body. The lockup sits below a thin horizontal rule, with the Signal block rendered inline (as an SVG, so it survives image-stripping). Full contact line in mono, comma-separated, single line.

02

HTML version

Inline-styled. Paste this into Gmail's signature settings, Apple Mail's signature box, or any rich-text-capable client. The Signal block is an inline SVG, so it renders even when external images are blocked.

Rendered · what the recipient sees
Enact
Paul Dabrowski
Founder · independently built
enact.app · paul@enact.app · @enact
Source · copy-paste into client
<!-- Enact email signature · paste into rich-text signature box --> <div style="font-family: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; font-size: 13.5px; line-height: 1.6; color: #0A0A0A; padding-top: 18px; border-top: 1px solid #E5E5E3;"> <div style="display: flex; align-items: center; gap: 10px; margin-bottom: 8px;"> <svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"> <rect width="18" height="18" fill="#FFB800"/> </svg> <span style="font-family: 'Geist', system-ui, sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.04em; color: #0A0A0A; line-height: 1;">Enact</span> </div> <div style="font-weight: 700; font-size: 15px; letter-spacing: -0.02em; color: #0A0A0A; margin-bottom: 2px;">Paul Dabrowski</div> <div style="font-family: 'Geist Mono', ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #737373; margin-bottom: 14px;"> Founder · <span style="color: #0A0A0A;">independently built</span> </div> <div style="font-family: 'Geist Mono', ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: 0.04em; color: #737373;"> <a href="https://enact.app" style="color: #0A0A0A; text-decoration: none;">enact.app</a> <span style="color: #C9C9C5; margin: 0 8px;">·</span> <a href="mailto:paul@enact.app" style="color: #0A0A0A; text-decoration: none;">paul@enact.app</a> <span style="color: #C9C9C5; margin: 0 8px;">·</span> <span style="background: #FFB800; color: #0A0A0A; padding: 1px 5px;">@enact</span> </div> </div>
03

Plain text version

For email clients that strip HTML, for terminal-mode mail readers, and for replies in conversation threads where rich formatting clutters. Same information, mono-set hierarchy implied by spacing alone.

Rendered · plain text view
--
[■] Enact
Paul Dabrowski
Founder · independently built

enact.app · paul@enact.app · @enact
Source · paste into plain-text signature box
-- [■] Enact Paul Dabrowski Founder · independently built enact.app · paul@enact.app · @enact
04

Variants

Default fits most threads. Compact is for replies and ongoing threads where the full signature is noise. Both are inline-style portable.

A · Default · new threads, first contacts
Enact
Paul Dabrowski
Founder · independently built
enact.app · paul@enact.app · @enact
B · Compact · replies, ongoing threads
Enact
Paul · paul@enact.app
05

Compatibility & production notes

Tested for the major rich-text clients. Inline-styled, no <style> blocks, no remote fonts (Geist falls back gracefully).

Gmail

✓ Full render

Settings → General → Signature. Paste HTML source. Inline SVG renders.

Apple Mail

✓ Full render

Mail → Settings → Signatures. Paste HTML or drag rendered signature.

Outlook

⚠ Mostly

Drops some letter-spacing. Use HTML source. Test before deploying.

Plain-text fallback

Always

Clients that strip HTML show the plain-text version. Provide both.