You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/reference/supported-fonts.mdx
+31-32Lines changed: 31 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
-
import { Tabs, TabItem } from"~/components";
2
-
3
1
---
4
2
pcx_content_type: reference
5
3
title: Supported fonts
6
4
sidebar:
7
5
order: 3
8
6
---
7
+
import { Tabs, TabItem } from"~/components";
9
8
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.
11
10
12
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/).
13
12
@@ -23,44 +22,44 @@ The following generic CSS font families are supported:
23
22
24
23
## Common system fonts
25
24
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
40
39
- Webdings
41
40
42
41
## Open source and extended fonts
43
42
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
52
51
53
52
## International fonts
54
53
55
54
Browser Rendering includes additional font packages for non-Latin scripts and emoji:
56
55
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)
0 commit comments