A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Tell me how to change the font.
-
I want to change the font in my MagicMirror
But there’s no specific method.
For example, where you download and where you add fonts.
If you know how or if you have any helpful sites, let me know!!! TT -
@yeonju may you read this: change font of modules (local fonts)
-
(eg: @import url(‘https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap’);)
use the @import method in custom.css and change the font declarations in
body
.thin
.light
.regular
.bold
headerfrom (example)
font-family: “Roboto Condensed”, sans-serif;
to
font-family: “Open Sans Condensed”, “Roboto Condensed”, sans-serif;