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

    Posts

    Recent Best Controversial
    • RE: Change a font issue

      Thank you for your advice. However, only this code has solved the issue:

      
      @font-face {
        font-family: FivoSans;
        font-style: normal;
        src:
          url("FivoSans-Medium.woff2") format("woff2"),
          url("FivoSans-Medium.woff") format("woff");
      }
      .fivosans-custom-class {
        font-family: 'FivoSans';
        font-weight: medium;
      }
      
      .fivosans-medium-custom-class {
        font-family: 'FivoSans';
        font-weight: medium;
      }
      .newsfeed .medium {
        font-family: FivoSans;
      }
      
      

      I had to add .medium, and now it works 😊👍 Thank you very much!

      posted in Custom CSS
      A
      artomka
    • 1 / 1