Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/content/docs/speed/optimization/content/fonts/faq.mdx
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand Down