Skip to content

Commit 94d3223

Browse files
authored
Update Chrome.cs
1 parent 0224a77 commit 94d3223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bleatingsheep.NewHydrant.Bot.Common/Chrome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private static Task<IBrowser> LaunchBrowser()
3030
Width = 360,
3131
Height = 640,
3232
},
33-
Args = new[] { "--no-sandbox", "--lang=zh-CN" },
33+
Args = new[] { "--no-sandbox", "--lang=zh-CN", "--font-render-hinting=medium" },
3434
});
3535
}
3636

0 commit comments

Comments
 (0)