mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
Inconsistent text rendering in headless mode
This commit is contained in:
@@ -35,6 +35,7 @@ func (p *chrome) args() []string {
|
|||||||
return []string{
|
return []string{
|
||||||
"--no-sandbox",
|
"--no-sandbox",
|
||||||
"--headless",
|
"--headless",
|
||||||
|
"--font-render-hinting=medium",
|
||||||
"--remote-debugging-port=9222",
|
"--remote-debugging-port=9222",
|
||||||
"--disable-gpu",
|
"--disable-gpu",
|
||||||
"--disable-translate",
|
"--disable-translate",
|
||||||
|
|||||||
Reference in New Issue
Block a user