2947482f50
- SvelteKit 2 + Svelte 5 runes + TS, adapter-static, paths.base '/gwada-sirius' (relative: false) - 5 pages × 3 locales (/, /en/, /ht/) : catalogues inlang repris tels quels, routeur i18n maison avec fallback ht→fr - Îlots → composants natifs avec fallback SSR (calculateur, carte Leaflet, globe) ; Leaflet en import dynamique - Dette corrigée : aria-current (bug legacy), polices en double, SEO complet (Seo, hreflang ×3, OG, Twitter, robots, sitemap 15 URLs) - PWA : manifest + service-worker v3 (stale-while-revalidate) - CI GitHub Pages mise à jour (build/), README et NOTES_PROJET réécrits - Lighthouse mobile : 98/95/100/100 — svelte-check 0/0, Leaflet vérifié (2 cartes, tuiles OSM), no-JS vérifié
23 lines
643 B
CSS
23 lines
643 B
CSS
/* Fraunces variable (display, titres) + Atkinson Hyperlegible (corps) — auto-hébergées */
|
|
@font-face {
|
|
font-family: 'Fraunces';
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('/gwada-sirius/fonts/fraunces-variable.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url('/gwada-sirius/fonts/atkinson-400.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url('/gwada-sirius/fonts/atkinson-700.woff2') format('woff2');
|
|
}
|