GFonts is GA for Mainland China

Chinaready Google Fonts is generally available: a free WOFF2 CDN mirror on launchready.cn when fonts.googleapis.com is slow or blocked. Allowlisted Origins only; upstream licenses unchanged.

Chinaready Google Fonts is now generally available as a free WOFF2 CDN mirror for projects serving users in Mainland China. It provides a practical alternative when requests to fonts.googleapis.com are slow or blocked, without changing the upstream licenses attached to the fonts.

Why this utility exists

Web fonts can look like a small dependency until they delay rendering or fail to load. A site may be hosted on infrastructure that performs well for users in Mainland China while its font CSS and files still depend on a separate third-party origin. When that origin is inaccessible or unstable, visitors may see delayed text, fallback fonts, layout movement, or a page that never matches the intended design.

Moving the font files closer to the delivery path removes one external request chain from the page. It does not, by itself, make the rest of a product ready for Mainland China. Scripts, APIs, authentication, media, consent tooling, and other services still need to be tested as part of the actual stack.

What general availability includes

GFonts mirrors open-source font assets in WOFF2 format. The files are hosted on Alibaba Cloud OSS and delivered through gfonts.launchready.cn.

The default corpus covers the Top 100 popular families plus configured extras. The current collection and file inventory are published in the service’s machine-readable manifest.json, while llms.txt provides a concise summary for crawlers and AI systems.

Cross-origin use is restricted to allowlisted Origins. A site cannot point at the mirror from an arbitrary domain and assume the font files will load. Adding a domain requires an operator update to the origin allowlist together with matching OSS CORS and CDN Referer rules.

The mirror also leaves every upstream font license unchanged. Chinaready does not relicense the fonts or grant additional commercial rights. Teams remain responsible for reviewing and following the original license for each selected family, commonly the SIL Open Font License or Apache License.

General availability means the utility, documented usage path, current corpus, and operating controls are in place. It does not mean that every Google Fonts family is already mirrored, that every Origin is accepted, or that the service changes the legal terms of an upstream font.

How to use it

On an allowlisted site, replace the Google-hosted stylesheet reference with the corresponding Chinaready-hosted CSS. For Inter, the link is:

<link rel="stylesheet" href="https://gfonts.launchready.cn/css/inter.css">

The stylesheet points to the mirrored WOFF2 assets and preserves the font-family usage expected by the page. Before changing a production site, confirm that the intended family is present in the manifest, that the site’s Origin is allowlisted, and that the fallback stack still produces an acceptable result if a font request fails.

Teams should also test the page from Mainland China after the change. A successful font request is useful evidence, but page-level checks are still needed for rendering, layout stability, caching, and the other dependencies loaded alongside the font.

A free utility, not a full readiness verdict

GFonts is a free Chinaready infrastructure utility under launchready.cn. It addresses one concrete dependency and gives teams a direct way to remove Google-hosted font delivery from a Mainland China user journey.

It is not a paid service SKU, and using it does not replace a broader review of a website, platform, or app. If font delivery is only one of several uncertain dependencies, the China Readiness Assessment maps the stack, tests the relevant failure points, and recommends which route is worth considering.

Open GFonts to review the live corpus, usage instructions, and service boundaries.

Get a route recommendation for your stack.

Map your dependencies, get a measured readiness verdict, and a concrete 30/60/90 route.