courier.json
Courier Brand Identity
A complete profile of Courier's visual system — colors, typography, components, and personality — extracted from https://www.courier.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/courier
- Machine-readable JSON: https://characterquilt.com/branding/courier.json
- Per-page llms.txt: https://characterquilt.com/branding/courier/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0000EE |
| Body Font | Mona Sans Variable |
| Heading Font | Mona Sans |
Color Palette
- primary: #0000EE
- secondary: #00B046
- accent: #0000EE
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #083218
Typography
- primary: Mona Sans Variable — https://fonts.google.com/specimen/Mona+Sans+Variable
- heading: Mona Sans — https://fonts.google.com/specimen/Mona+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#E2E2E2, textColor=#0000EE, borderRadius=6px, shadow=rgba(0, 0, 0, 0.12) 0px 1px 1px 0px
- buttonSecondary: background=#141414, textColor=#0000EE, borderRadius=6px, shadow=rgba(0, 0, 0, 0.12) 0px 1px 1px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: businesses and developers
Courier Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Courier Push, React Toast and Inbox for Notifications that Don't Suck
- Image:
- Source: Courier Push
- Blog | Courier
- Image:
- Source: Blog
- I Owned a Major Product Feature as a PM Intern
- Image:
- Source: Intern Blog
- How to Improve or Rebuild a Product Notification System: Video
- Image:
- Source: Video
- Your In-depth Guide to Email Notification Services
- Image:
- Source: Email Notification Services
- How Courier Became SOC 2 Type 2 Compliant
- Image:
- Source: SOC Compliance
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.