- Support Chinese fonts(use Source Han Sans)
const browser = await puppeteer.launch({
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});
body {
font-family: 'Source Han Sans CN', sans-serif;
font-weight: 400;
}
const browser = await puppeteer.launch({
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});
body {
font-family: 'Source Han Sans CN', sans-serif;
font-weight: 400;
}