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

      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

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

        –
        cheers, bdream

        1 Reply Last reply Reply Quote 0
        • vblokeV Offline
          vbloke Module Developer
          last edited by

          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
          • First post
            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