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>
54 lines
1.5 KiB
CSS
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;
|
|
}
|