Skip to content

Commit c850197

Browse files
committed
Fixed error
1 parent 4633b14 commit c850197

File tree

1 file changed

+31
-32
lines changed

1 file changed

+31
-32
lines changed

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

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
import { Tabs, TabItem } from "~/components";
2-
31
---
42
pcx_content_type: reference
53
title: Supported fonts
64
sidebar:
75
order: 3
86
---
7+
import { Tabs, TabItem } from "~/components";
98

10-
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.
9+
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.
1110

1211
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/).
1312

@@ -23,44 +22,44 @@ The following generic CSS font families are supported:
2322

2423
## Common system fonts
2524

26-
- Andale Mono
27-
- Arial
28-
- Arial Black
29-
- Comic Sans MS
30-
- Courier
31-
- Courier New
32-
- Georgia
33-
- Helvetica
34-
- Impact
35-
- Lucida Handwriting
36-
- Times
37-
- Times New Roman
38-
- Trebuchet MS
39-
- Verdana
25+
- Andale Mono
26+
- Arial
27+
- Arial Black
28+
- Comic Sans MS
29+
- Courier
30+
- Courier New
31+
- Georgia
32+
- Helvetica
33+
- Impact
34+
- Lucida Handwriting
35+
- Times
36+
- Times New Roman
37+
- Trebuchet MS
38+
- Verdana
4039
- Webdings
4140

4241
## Open source and extended fonts
4342

44-
- Bitstream Vera (Serif, Sans, Mono)
45-
- Cyberbit
46-
- DejaVu (Serif, Sans, Mono)
47-
- FreeFont (FreeSerif, FreeSans, FreeMono)
48-
- GFS Neohellenic
49-
- Liberation (Serif, Sans, Mono)
50-
- Open Sans
51-
- Roboto
43+
- Bitstream Vera (Serif, Sans, Mono)
44+
- Cyberbit
45+
- DejaVu (Serif, Sans, Mono)
46+
- FreeFont (FreeSerif, FreeSans, FreeMono)
47+
- GFS Neohellenic
48+
- Liberation (Serif, Sans, Mono)
49+
- Open Sans
50+
- Roboto
5251

5352
## International fonts
5453

5554
Browser Rendering includes additional font packages for non-Latin scripts and emoji:
5655

57-
- IPAfont Gothic (Japanese)
58-
- Indic fonts (Devanagari, Bengali, Tamil, and others)
59-
- KACST fonts (Arabic)
60-
- Noto CJK (Chinese, Japanese, Korean)
61-
- Noto Color Emoji
62-
- TLWG Thai fonts
63-
- WenQuanYi Zen Hei (Chinese)
56+
- IPAfont Gothic (Japanese)
57+
- Indic fonts (Devanagari, Bengali, Tamil, and others)
58+
- KACST fonts (Arabic)
59+
- Noto CJK (Chinese, Japanese, Korean)
60+
- Noto Color Emoji
61+
- TLWG Thai fonts
62+
- WenQuanYi Zen Hei (Chinese)
6463

6564
## Using custom fonts
6665

0 commit comments

Comments
 (0)