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;
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login