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.

    Magic Mirror font issues

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 295 Views 1 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.
    • BishowsonB Offline
      Bishowson
      last edited by

      Hello Everyone!!

      I am using MPI3508 3.5" LCD to display clock module.
      I wanted to change the font of the clock module so I went through
      the forums and got the solution. However the font is changed only when I access it from pc browser and remains unchanged incase LCD screen.

      Here’s my custom.css and screen pics…

      @font-face{
              font-family:impact;
              font-style:normal;
              font-weight:100;
              src: 
                          local("impact"),
                          url("/home/pi/MagicMirror/fonts/impact.ttf") format("truetype")
      }
      
      body {
      	color: #FFF;
      }
      
      .clock .time {
              font-family: impact;
              font-size:300px;
      }
      #GPHOTO_INFO {
              display:none;
      }
      #GPHOTO_BACK {
              display:none;
      }
      #GPHOTO_CURRENT {
              background-size:cover;
      }
      
      

      スクリーンショット 2021-02-21 160332.jpg

      received_3898072406954015.jpeg

      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