drmrbrewer

Results 108 comments of drmrbrewer

@OrKoN OK thanks, this is driving me crazy!

Hmm, OK well this is a shame because in my *actual* code (rather than my attempt at a reproducible example) I *am* using `page.goto(url)` and I'm not seeing emoji symbols...

BTW for me, your example also does not produce any emojis in the output.

No, still not: ![image](https://github.com/puppeteer/puppeteer/assets/9009792/9ef59075-e051-4bdd-a9e4-0fd7e775e4ba) That is despite the test returning `"Noto Color Emoji"` (suggesting that it *can* see this font). Incidentally, I need to retain `args: ['--no-sandbox']`, and if I...

@OrKoN it's the same when screenshotting to png: await page.screenshot({ path: 'noto_color_emoji_example.png' }); Output: ![noto_color_emoji_example](https://github.com/puppeteer/puppeteer/assets/9009792/c4ec07cd-492d-48c6-b7dc-86830b70e581)

And for the avoidance of doubt, I'm running your version of the snippet but with: const browser = await puppeteer.launch({ args: ['--no-sandbox', '--disable-setuid-sandbox'] }); And I get the same outcome...

Yes, I'm using: src: url('file:///root/.fonts/NotoColorEmoji/NotoColorEmoji-Regular.ttf') format('truetype'); ... where: # ls -l /root/.fonts/NotoColorEmoji/NotoColorEmoji-Regular.ttf -rw-r--r-- 1 root root 24015992 Apr 22 19:39 /root/.fonts/NotoColorEmoji/NotoColorEmoji-Regular.ttf If I remove the `.fonts` folder (so that the...

> Is there any difference between two ttf files? Well, they're clearly quite different to one another, but I'm not sure where the pre-installed one came from and how it...

When you refer to the DevTools console, do you mean what you get if you include `devtools: true` as a launch arg? If I do that, I just get a...

Maybe this is something peculiar to the fact that I'm using an `arm64` architecture: # dpkg --print-architecture arm64 And maybe I just accept my fate and use the emoji font...