Skip to content

Commit 06a26d0

Browse files
authored
Merge branch 'cloudflare:production' into production
2 parents f202f1f + 8873967 commit 06a26d0

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "3.0.1",
3838
"@astrojs/tailwind": "5.1.5",
39-
"@cloudflare/vitest-pool-workers": "0.8.8",
40-
"@cloudflare/workers-types": "4.20250327.0",
39+
"@cloudflare/vitest-pool-workers": "0.8.9",
40+
"@cloudflare/workers-types": "4.20250402.0",
4141
"@codingheads/sticky-header": "1.0.2",
4242
"@expressive-code/plugin-collapsible-sections": "0.40.2",
43-
"@floating-ui/react": "0.27.5",
43+
"@floating-ui/react": "0.27.6",
4444
"@iarna/toml": "2.2.5",
4545
"@marsidev/react-turnstile": "1.1.0",
4646
"@octokit/webhooks-types": "7.6.1",
4747
"@stoplight/json-schema-tree": "4.0.0",
4848
"@types/hast": "3.0.4",
4949
"@types/he": "1.2.3",
50-
"@types/node": "22.13.17",
50+
"@types/node": "22.14.0",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
5353
"@typescript-eslint/parser": "8.29.0",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-jsx-a11y": "6.10.2",
6868
"eslint-plugin-react": "7.37.4",
6969
"fast-glob": "3.3.3",
70-
"fast-xml-parser": "5.0.9",
70+
"fast-xml-parser": "5.1.0",
7171
"github-slugger": "2.0.0",
7272
"globals": "16.0.0",
7373
"hast-util-select": "6.0.4",

src/content/docs/speed/optimization/content/fonts/troubleshooting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To test that the Fonts feature is working correctly, follow these steps:
1414
1. With the Fonts feature disabled, navigate to your webpage and open the network panel in your browser's developer tools. For Chrome, right click on the webpage and select **Inspect**, which open the developer tools. Next, navigate to the **Network** tab within the console.
1515
2. Reload the page.
1616
3. In the Network tab, you should have a request to `fonts.googleapis.com`, and a request to `fonts.gstatic.com`. This means that Google Fonts are being downloaded for this page. If you do not have these requests in the list, either your webpage is not using Google Fonts, or your hosting provider might be optimizing the Google Fonts in some other way.
17-
4. Enable the Fonts feature and wait for a few seconds.
17+
4. [Enable Cloudflare Fonts](/speed/optimization/content/fonts/#get-started) and wait for a few seconds.
1818
5. In the inspect window, toggle **Disable cache** on and reload the page.
1919
6. In the network panel, you should now have a request to your zone on the `/cf-fonts/` path prefix. The requests to `fonts.googleapis.com` and `fonts.gstatic.com` should have disappeared. This means the feature is working correctly.
2020

0 commit comments

Comments
 (0)