Skip to content

Commit 19663f7

Browse files
authored
Create supported-fonts.mdx
1 parent 3bf8208 commit 19663f7

File tree

1 file changed

+64
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)