gannicottb / brandeck

code your cards
MIT License
0 stars 0 forks source link

Emojis still don't load in production /generate #9

Open gannicottb opened 2 years ago

gannicottb commented 2 years ago

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.

gannicottb commented 1 month ago

We're using React Icons for Potion Sellers now, so this is a non issue.