Read the statement by Michael Teeuw here.
Change MM fonts
-
@aaaxel so, you want to add an entry to css/custom.css that changes the font name
which is done in the body statement in main.css (don’t edit main.css)if custom.css doesn’t exist, create it like this
cd ~/MagicMirror touch css/coustom.cssthen u can edit it (custom/css) and add
body { font-family: "Roboto Condensed", sans-serif; }with your new font family instead
-
@sdetweil Is that all? nothing changes :grinning_face_with_sweat: I may have to do something obvious for you that I don’t know as a beginner
-
@aaaxel i’m not sure what you said…
fonts go in the fonts folder, yes?
-
This post is deleted! -
@hango Cool! It half-worked: Most of the fonts have changed, but there is still some text in roboto, especially in the default news module…
-
This post is deleted! -
@hango ok I got it, I should be able to update every module this way, thanks!
-
This post is deleted! -
@hango I just tried your 2 solutions but newsfeed still don’t change…
This is what I have in custom.css:
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;600;800&display=swap'); body { font-family: "Spartan", sans-serif; font-weight: 800; } .newsfeed { font-family: "Spartan", sans-serif; font-weight: 600; }I also tried this way:
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;600;800&display=swap'); body { font-family: "Spartan", sans-serif; font-weight: 800; .newsfeed { font-family: "Spartan", sans-serif; font-weight: 600; } } -
This post is deleted! -
@hango Aaand now that works! Great, thanks! :ok_hand:
So how did you find the others nbames like “newsfeed-source”, “newsfeed.title” etc…? I would like to do it by myself next time :winking_face: -
This post is deleted!
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