mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +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{
|
||||
"--no-sandbox",
|
||||
"--headless",
|
||||
"--font-render-hinting=medium",
|
||||
"--remote-debugging-port=9222",
|
||||
"--disable-gpu",
|
||||
"--disable-translate",
|
||||
|
||||
Reference in New Issue
Block a user