• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Tell me how to change the font.

Scheduled Pinned Locked Moved Custom CSS
3 Posts 3 Posters 1.1k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    yeonju
    last edited by Oct 22, 2019, 8:23 AM

    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

    1 Reply Last reply Reply Quote 0
    • B Offline
      bdream
      last edited by Oct 22, 2019, 9:11 AM

      @yeonju may you read this: change font of modules (local fonts)

      –
      cheers, bdream

      1 Reply Last reply Reply Quote 0
      • V Offline
        vbloke Module Developer
        last edited by Oct 28, 2019, 7:41 AM

        https://fonts.google.com

        (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
        header

        from (example)
        font-family: “Roboto Condensed”, sans-serif;
        to
        font-family: “Open Sans Condensed”, “Roboto Condensed”, sans-serif;

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy