mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 03:12:14 +01:00
* adding URL conversions * updating gotenberg version in documentation * pkg: input as variadic string (#39) * pkg: input as variadic string * pkg: fix link to github doc * update doc about v4 client * make doc * fixing missing variadic inputs in doc * adding more fonts * updating PHP documentation
13 lines
278 B
Markdown
13 lines
278 B
Markdown
---
|
|
title: Fonts
|
|
---
|
|
|
|
By default, a handful of fonts are installed. Asian characters are also supported out of the box.
|
|
|
|
If you wish to use more fonts, you will have to create your own image:
|
|
|
|
```Dockerfile
|
|
FROM thecodingmachine/gotenberg:4
|
|
|
|
RUN apt-get -y install yourfonts
|
|
``` |