Skip to content

Commit 07bde78

Browse files
authored
Update supported-fonts.mdx
need to update with link to below for custom
1 parent c850197 commit 07bde78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/reference/supported-fonts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Tabs, TabItem } from "~/components";
88

99
Browser Rendering uses a managed Chromium environment that includes a standard set of fonts. When you generate a screenshot or PDF, text is rendered using the fonts available in this environment.
1010

11-
If your webpage specifies a font that is not supported yet, Chromium will automatically fall back to a similar supported font. If you would like to use a font that is not currently supported, reach out to us on [Cloudflare Discord](https://discord.cloudflare.com/).
11+
If your webpage specifies a font that is not supported yet, Chromium will automatically fall back to a similar supported font. If you would like to use a font that is not currently supported, you can add below ADD LINK, reach out to us on [Cloudflare Discord](https://discord.cloudflare.com/).
1212

1313
## Generic CSS font family support
1414

@@ -156,4 +156,4 @@ await page.addStyleTag({
156156
});
157157
```
158158

159-
</TabItem> </Tabs>
159+
</TabItem> </Tabs>

0 commit comments

Comments
 (0)