[Browser Rendering] Create features section and custom font doc#28696
Open
ToriLindsay wants to merge 4 commits intoproductionfrom
Open
[Browser Rendering] Create features section and custom font doc#28696ToriLindsay wants to merge 4 commits intoproductionfrom
ToriLindsay wants to merge 4 commits intoproductionfrom
Conversation
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
kathayl
approved these changes
Mar 2, 2026
Contributor
kathayl
left a comment
There was a problem hiding this comment.
made edits. do need to check "supported fonts" page routes correctly to the page in Reference section. sor some reason it's redirecting to the new custom fonts page which is wrong. wonder if related to the redirect thing
ToriLindsay
commented
Mar 3, 2026
Contributor
Author
Fixed. Working in local preview |
ranbel
reviewed
Mar 3, 2026
| ### From a CDN URL | ||
|
|
||
| ```bash | ||
| curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/screenshot' \ |
Contributor
There was a problem hiding this comment.
is it possible to use the APIRequest component to render these API examples?
ranbel
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new Custom fonts page to the Browser Rendering Features section containing all content previously under the "Use your own custom font" heading on the Supported fonts reference page. Updated both pages with cross-links and added a redirect from the old anchor URL to the new page.