diff --git a/build/docs/content/02-html.md b/build/docs/content/02-html.md index ba270429..a43fd34a 100644 --- a/build/docs/content/02-html.md +++ b/build/docs/content/02-html.md @@ -187,6 +187,9 @@ You may also use *remote* paths for Google fonts, images and so on. > If you want to install fonts directly in the Gotenberg Docker image, > see to the [fonts section](#fonts). +> For web fonts, there is a timeout of 500ms by default. You may update +> this value thanks to the form field `webFontsTimeout`. + ### cURL ```bash diff --git a/docs/index.html b/docs/index.html index 076b579d..513e8a2f 100755 --- a/docs/index.html +++ b/docs/index.html @@ -363,6 +363,9 @@ are on the same level as the index.html file.

If you want to install fonts directly in the Gotenberg Docker image, see to the fonts section.

+ +

For web fonts, there is a timeout of 500ms by default. You may update +this value thanks to the form field webFontsTimeout.