mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
adding filename form field + updating echo package to v4 (#57)
This commit is contained in:
13
build/docs/content/11-fonts.md
Normal file
13
build/docs/content/11-fonts.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user