Skip to content

Commit cb7ef4d

Browse files
committed
docs(troubleshooting): add 8.30.0 fonts info
1 parent bb2a07a commit cb7ef4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/troubleshooting.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Issue not listed here? Check [GitHub issues](https://github.com/gotenberg/gotenb
5050

5151
### Layout & Font Shifts
5252

53-
- **Missing Fonts:** LibreOffice relies on installed system fonts to calculate page breaks and layout. If your document uses a font not present in the container, LibreOffice will substitute it, causing shifted layouts. You must install the required fonts via a custom `Dockerfile` (see [Fonts configuration](configuration#fonts)).
53+
- **Missing Fonts:** LibreOffice relies on installed system fonts to calculate page breaks and layout. If your document uses a font not present in the container, LibreOffice will substitute it, causing shifted layouts. Install the required fonts via a custom Dockerfile (see [Fonts configuration](configuration#fonts)).
54+
- **After upgrading to 8.30.0:** The font stack was simplified from 30+ packages to 8. Documents relying on Microsoft Core Fonts (Arial, Times New Roman, Calibri) now use metric-compatible replacements. If you notice layout differences after upgrading, install `ttf-mscorefonts-installer` or the specific script fonts your documents need (see [Fonts configuration](configuration#installing-additional-fonts)).
5455

5556
### Server Errors (500)
5657

0 commit comments

Comments
 (0)