tocwex / fund

A sovereign platform for peer-to-peer economic activity with on-chain settlement and trusted identity assessment of work completion.
GNU General Public License v3.0
7 stars 0 forks source link

Fix Issues w/ UTF-8 Characters on Firefox/Safari #170

Open sidnym-ladrut opened 1 week ago

sidnym-ladrut commented 1 week ago

There are a lot of UTF-8 symbols on Firefox and Safari that render using a system font rather than "Noto Emoji," which causes many characters to render as colored when they should render as black and white. Since this also seems to be a problem on the official Google Fonts Noto Emoji page (many symbols render using the system font on this page), it's unclear if there's any simple solution to this problem.

sidnym-ladrut commented 1 week ago

My interim patch for these problems has been to use older and simpler UTF-8 characters and check if they render on the Google Fonts page before including them.