emoji font not displayed (just blank spaces)
On linux arm64, if emoji render as blank spaces, add explicit `@font-face` entries for each font weight in your CSS pointing at the local ttf files. That fixed the non-color emoji rendering where the system font setup was not picking the font up.
_Source: gh:puppeteer/puppeteer#12304 (Puppeteer)_