mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 18:02:14 +01:00
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:5
|
|
|
|
RUN apt-get -y install yourfonts
|
|
``` |