Typography

Google Fonts, Self-Hosted Automatically

npx @pageflare/cli ./export
# Font-display: swap added
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter.woff2");
  font-display: swap;
}