BadgerCode / emojichat

Adds support for unicode emojis in the Garry's Mod chatbox
MIT License
8 stars 2 forks source link

Fallback to OS emoji font when offline #29

Closed BadgerCode closed 5 years ago

BadgerCode commented 5 years ago

When offline, the user's native emoji font should be used instead.

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji"

It seems the "alt" text of the emoji images produced by the twemoji library can't be styled. The library may need to detect if it is offline and fallback to native emojis.

Make sure to update the README.

BadgerCode commented 5 years ago

Resolved as emojis are now loaded from local files.