randomBrainstormer / MMM-GoogleCalendar

Google Calendar for MagicMirror²
MIT License
73 stars 45 forks source link

[Feature request] Emotes in calendar #73

Open el97 opened 1 month ago

el97 commented 1 month ago

Hi! I use the calendar together with my family. Some of them use emotes in the title of the event. Sadly it only renders as a box in the text. Is it possible to render the emotes as well?

bagstoper commented 2 weeks ago

Emoji are handled by fonts you should be able to install a font to magicmirror that has emoji support. ***I have not attempted this, it;s just an assumption based on my knowledge of fonts.

Go to the fonts folder. Then npm install the appropriate package

https://fontawesome.com/docs/web/setup/packages

Then change the font in the top of css/custom.css

.normal,
.dimmed,
header,
body {
  color: #fff;
  font-family: "Times New Roman", "Fallback_font_or_font_family"
}