MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Bishowson
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • Magic Mirror font issues

      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

      posted in General Discussion
      BishowsonB
      Bishowson
    • 1 / 1