LadybirdBrowser / ladybird

Truly independent web browser
https://ladybird.org
BSD 2-Clause "Simplified" License
19.99k stars 827 forks source link

LibWeb/LibGfx: Load Emojis from fonts rather than individual PNG files #287

Closed ADKaster closed 6 days ago

ADKaster commented 3 months ago

The fallback for emojis should be contained in a font file. Either a system default font, or one that we ship ourselves. The many many emojis PNGs are fun to use and look at, but the organization is a bit unwieldy.

It would be nice to not have to install all these emoji files along with the browser in distribution packages as well.

ranjanmangla1 commented 2 months ago

hi @ADKaster , would love to take this. Can we use noto color emoji for emojis?

awesomekling commented 2 months ago

hi @ADKaster , would love to take this. Can we use noto color emoji for emojis?

We should honor whatever the system's preferred emoji font is.

ADKaster commented 6 days ago

Resolved in #1297