GRV-Summit-Site/lib/fonts/antebas.ts
kirukib 03d439e97b
Some checks failed
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Has been cancelled
Update hero alumni strip, 2027 dates, and Antebas font loading.
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>
2026-06-10 00:25:43 +03:00

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";