GRV-Summit-Site/app/antebas.css
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

54 lines
1.5 KiB
CSS

/**
* Antebas (Fontspring DEMO) — letters only.
* Demo builds replace numerals/punctuation with watermark glyphs; DM Sans covers the rest.
*/
@font-face {
font-family: Antebas;
src: url("/fonts/Fontspring-DEMO-antebas-light.otf") format("opentype");
font-weight: 300;
font-style: normal;
font-display: swap;
unicode-range:
U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F;
}
@font-face {
font-family: Antebas;
src: url("/fonts/Fontspring-DEMO-antebas-regular.otf") format("opentype");
font-weight: 400;
font-style: normal;
font-display: swap;
unicode-range:
U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F;
}
@font-face {
font-family: Antebas;
src: url("/fonts/Fontspring-DEMO-antebas-medium.otf") format("opentype");
font-weight: 500;
font-style: normal;
font-display: swap;
unicode-range:
U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F;
}
@font-face {
font-family: Antebas;
src: url("/fonts/Fontspring-DEMO-antebas-bold.otf") format("opentype");
font-weight: 700;
font-style: normal;
font-display: swap;
unicode-range:
U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F;
}
@font-face {
font-family: Antebas;
src: url("/fonts/Fontspring-DEMO-antebas-black.otf") format("opentype");
font-weight: 900;
font-style: normal;
font-display: swap;
unicode-range:
U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F;
}