mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
Merge pull request #99 from vbaidak/inconsistent-font-rendering
Inconsistent text rendering in headless mode
This commit is contained in:
@@ -74,6 +74,7 @@ func (p chromeProcess) 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