Self-hosted @font-face delivery for dashboards, client pages and anything else that needs the real brand typefaces over HTTPS.
These checks run in your browser against this site's own font files. If they pass here, the same URLs will work from any other domain.
Each block below is rendered live from the hosted files. If a line falls back to Helvetica or Arial, that weight failed to load.
€ $ £ % ‰ ° = < > # * { } _ ~ ^ “ ” … ß Ø ø Æ æ.
Any of those characters will silently fall back to another font mid-word. Use
AT EOD for anything containing numbers with units, currency or comparisons —
it covers the full set. Keep AT SIGHT for uppercase labels, eyebrows and nav, and always give it
a fallback stack. --f-sight in fonts.css
already falls back to AT EOD for exactly this reason.
One line if the tool lets you link a stylesheet. Otherwise paste the blocks from embed.css — they use absolute URLs and work from any origin.
<link rel="stylesheet" href="https://fonts.eodinsights.com/fonts.css">
@import url('https://fonts.eodinsights.com/fonts.css');
@font-face {
font-family: 'AT EOD';
src: url('https://fonts.eodinsights.com/fonts/ateod-400.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* …repeat for 100 / 200 / 300 and for AT SIGHT.
Full set ready to copy: https://fonts.eodinsights.com/embed.css */
body { font-family: 'AT EOD', 'Helvetica Neue', Arial, sans-serif; font-weight: 300; }
h1 { font-family: 'AT EOD'; font-weight: 300; }
.label { font-family: 'AT SIGHT', 'AT EOD', sans-serif; font-weight: 100;
letter-spacing: -0.02em; text-transform: uppercase; }