Some checks failed
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Has been cancelled
Add a bottom cut-out panel with larger winner cards (four visible), move summit dates to Feb 21–22 2027, and limit demo Antebas to letters so symbols render via DM Sans. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
406 B
TypeScript
9 lines
406 B
TypeScript
/**
|
|
* Antebas letterforms are declared in app/antebas.css (unicode-range limited).
|
|
* DM Sans (--font-hero-body) renders numerals, punctuation, and symbols.
|
|
* Replace DEMO .otf files with licensed Antebas to use the full glyph set.
|
|
*/
|
|
/** Site font stack — Antebas letters + DM Sans for numerals/symbols. */
|
|
export const ANTEBAS_FONT_STACK =
|
|
"Antebas, var(--font-hero-body), system-ui, sans-serif";
|