arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Emoji font doesn't load in Firefox #169

Open KyleMaas opened 3 years ago

KyleMaas commented 3 years ago

This doesn't seem to pose a problem for users because Firefox seems to have a built-in emoji font, but I get the following errors in Firefox when it tries to display an emoji, hits the CSS font fallback, and tries to pull in the font:

downloadable font: no supported glyph shapes table(s) present (font-family: "NotoColorEmoji" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8080/css/NotoColorEmoji.ttf
downloadable font: rejected by sanitizer (font-family: "NotoColorEmoji" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8080/css/NotoColorEmoji.ttf

It would just be nice if it didn't display errors for this.

KyleMaas commented 3 years ago

Still happens. Can't seem to work out an easy fix for this. Relevant bug showing others running into this:

https://bugzilla.mozilla.org/show_bug.cgi?id=1454152