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

    Posts

    Recent Best Controversial
    • RE: change font of modules (local fonts)

      verdana is located in true folder. and after i run npm start dev i could not see any error thank you

      posted in Custom CSS
      B
      bekirs
    • RE: change font of modules (local fonts)

      @ninjabreadman said in change font of modules (local fonts):

      @font-face {
      font-family: Verdana;
      font-style: normal;
      font-weight: 100;
      src:
      local(“Verdana”),
      url(“/home/pi/MagicMirror/fonts/Verdana.ttf”) format(“truetype”);
      }

      .newsfeed {
      font-family: Verdana;
      }

      I wrote below but it didnt work

      @font-face {
      font-family: Verdana;
      font-style: normal;
      font-weight: 100;
      src:
      local(“Verdana”),
      url(“/home/pi/MagicMirror/fonts/Verdana.ttf”) format(“truetype”);
      }

      .newsfeed {
      font-family: Verdana;
      }

      posted in Custom CSS
      B
      bekirs
    • RE: change font of modules (local fonts)

      hi all,

      I tried to change my newsfeed font and i added below commands to custom.css but it didnt work. What should i do ?

      Thanks

      .newsfeed {
        font-family: Verdana;
        font-style: normal;
        font-weight: 100;
        src:
          local("Verdana"),
          url("/home/pi/MagicMirror/fonts/Verdana.ttf") format("truetype");
      }
      
      posted in Custom CSS
      B
      bekirs
    • 1 / 1