prerender = true

Rendered once, at build time.

Astro wrote this page to disk during `astro build`. The @font-face rules, the metric-matched fallbacks and the preload links are part of the HTML file itself — no request, no server, no client-side font loading step.

Fraunces

Google font pulled from the CDN. The CSS that points at it was generated at build time.

The quick brown fox jumps over the lazy dog

Gabarito

Local .woff2 files. They were content-hashed and emitted into the build, so this page references a static, immutable URL under /assets/vite-font/.

Self-hosted, hashed, cached forever

Built at 2026-07-12T10:10:53.843Z — this timestamp is frozen into the HTML and never changes.