imperian / MMM-TAF

MagicMirror TAF Module
Apache License 2.0
1 stars 2 forks source link

Font Size #1

Open sydios opened 5 years ago

sydios commented 5 years ago

Hi,

great Module :) Is there a way to change the size of the text?

imperian commented 5 years ago

You should be able to change the text size by changing the CSS file. Add a font-size: blah; in the .MMM-TAF section.

MajorC1983 commented 2 years ago

Hi,

great Module :) Is there a way to change the size of the text?

you can try in the custom.css file

.MMM-TAF { font-weight: 500; }

.MMM-TAF td { font-size: 18px; }