diff --git a/src/content/docs/speed/optimization/content/fonts/faq.mdx b/src/content/docs/speed/optimization/content/fonts/faq.mdx index b4388961b19ca93..5e74f5028f180d2 100644 --- a/src/content/docs/speed/optimization/content/fonts/faq.mdx +++ b/src/content/docs/speed/optimization/content/fonts/faq.mdx @@ -1,11 +1,10 @@ --- pcx_content_type: faq title: FAQ - +description: Find answers to FAQs about Cloudflare Fonts, covering performance, privacy, security, and integration. Learn how it optimizes font delivery and analytics. --- In the following sections, you can find frequently asked questions about performance, privacy, security, implementation and integration. - ## Performance ### How does Cloudflare Fonts improve website performance? diff --git a/src/content/docs/speed/optimization/content/fonts/index.mdx b/src/content/docs/speed/optimization/content/fonts/index.mdx index ebbed3c53b61e9e..bed5d828fe464fe 100644 --- a/src/content/docs/speed/optimization/content/fonts/index.mdx +++ b/src/content/docs/speed/optimization/content/fonts/index.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: overview title: Cloudflare Fonts (beta) +description: Optimize your site's performance and privacy with Cloudflare Fonts. Deliver Google Fonts from your domain, eliminating third-party reliance. Supports major browsers. sidebar: order: 4 badge: @@ -11,7 +12,6 @@ sidebar: import { GlossaryTooltip, Render } from "~/components" Cloudflare Fonts is a feature designed for websites that use Google Fonts. It rewrites Google Fonts to be delivered from a website’s own origin, eliminating the need to rely on third-party font providers. Cloudflare Fonts is tailored to improve website performance and user privacy without the need for any code changes or self-hosting of fonts. - ## How Cloudflare Fonts works Cloudflare Fonts works by rewriting your webpage’s HTML. It removes Google Fonts links and replaces them with inline CSS. This CSS includes links to fonts from your own Cloudflare zone rather than from Google servers. This ensures that font files are served from your domain through Cloudflare's infrastructure, optimizing performance and enhancing user privacy.