jclarke0000 / MMM-MyCalendar

Alternative calendar module for MagicMirror.
57 stars 17 forks source link

HEADER has a different font #5

Closed BLoodConstructions closed 6 years ago

BLoodConstructions commented 6 years ago

Hi, where can I find the option to change the header of the module to the system font? In my case I have a different font than in other modules. Thanxx

jclarke0000 commented 6 years ago

MMM-MyCalendar doesn't use a custom font for the header. Something else is affecting it, although I'm not sure what it might be... In any case, you should be able to do address this in your custom.css file. Example:

.MMM-MyCalendar header {
  font-family: "Roboto Condensed", sans-serif;
}