Anyway the point of that was to add fonts-noto-color-emoji so the emojis would load through puppeteer.
But we're still getting rectangles, sadly.
I'm not sure whether digging deeper into this is worth it since emojis are just supposed to be a hack until we have custom icons loaded through some other means.
I'm using my custom buildpack (https://github.com/gannicottb/puppeteer-heroku-buildpack.git) which is based on (jontewks/puppeteer)
heroku buildpacks:remove jontewks/puppeteer
heroku buildpacks:add https://github.com/gannicottb/puppeteer-heroku-buildpack.git
Anyway the point of that was to add
fonts-noto-color-emoji
so the emojis would load through puppeteer.But we're still getting rectangles, sadly.
I'm not sure whether digging deeper into this is worth it since emojis are just supposed to be a hack until we have custom icons loaded through some other means.