We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0224a77 commit 94d3223Copy full SHA for 94d3223
1 file changed
Bleatingsheep.NewHydrant.Bot.Common/Chrome.cs
@@ -30,7 +30,7 @@ private static Task<IBrowser> LaunchBrowser()
30
Width = 360,
31
Height = 640,
32
},
33
- Args = new[] { "--no-sandbox", "--lang=zh-CN" },
+ Args = new[] { "--no-sandbox", "--lang=zh-CN", "--font-render-hinting=medium" },
34
});
35
}
36
0 commit comments