Font Optimization
Google Fonts, Self-Hosted Automatically
Eliminate third-party DNS lookups. Pageflare downloads, converts, and self-hosts your Google Fonts.
Headings
Display Large
Heading Medium
Heading Small
Body Text
This is medium-sized body text used for descriptions and introductions across the site.
Normal body text at 18px — the default size for most paragraph content throughout the site.
Monospace
npx @pageflare/cli ./export# Font-display: swap added
@font-face {
font-family: "Inter";
src: url("/fonts/inter.woff2");
font-display: swap;
}What happens to your fonts
- Downloads Google Font files locally
- Converts to woff2 format for best compression
- Adds font-display: swap for instant text rendering
- Eliminates DNS lookups to fonts.googleapis.com and fonts.gstatic.com