Skip to content

Commit b637d08

Browse files
authored
Create supported-fonts.mdx (#24917)
* Create supported-fonts.mdx * Update supported-fonts.mdx alphabetized * Update supported-fonts.mdx * Update supported-fonts.mdx move notes to top
1 parent 5c673c1 commit b637d08

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
pcx_content_type: reference
3+
title: Supported fonts
4+
sidebar:
5+
order: 3
6+
---
7+
8+
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+
10+
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+
12+
## Generic CSS font family support
13+
14+
The following generic CSS font families are supported:
15+
16+
- `serif`
17+
- `sans-serif`
18+
- `monospace`
19+
- `cursive`
20+
- `fantasy`
21+
22+
## Common system fonts
23+
24+
- Andale Mono
25+
- Arial
26+
- Arial Black
27+
- Comic Sans MS
28+
- Courier
29+
- Courier New
30+
- Georgia
31+
- Helvetica
32+
- Impact
33+
- Lucida Handwriting
34+
- Times
35+
- Times New Roman
36+
- Trebuchet MS
37+
- Verdana
38+
- Webdings
39+
40+
## Open source and extended fonts
41+
42+
- Bitstream Vera (Serif, Sans, Mono)
43+
- Cyberbit
44+
- DejaVu (Serif, Sans, Mono)
45+
- FreeFont (FreeSerif, FreeSans, FreeMono)
46+
- GFS Neohellenic
47+
- Liberation (Serif, Sans, Mono)
48+
- Open Sans
49+
- Roboto
50+
51+
## International fonts
52+
53+
Browser Rendering includes additional font packages for non-Latin scripts and emoji:
54+
55+
- IPAfont Gothic (Japanese)
56+
- Indic fonts (Devanagari, Bengali, Tamil, and others)
57+
- KACST fonts (Arabic)
58+
- Noto CJK (Chinese, Japanese, Korean)
59+
- Noto Color Emoji
60+
- TLWG Thai fonts
61+
- WenQuanYi Zen Hei (Chinese)

0 commit comments

Comments
 (0)