MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. letmetakeaselfie
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    letmetakeaselfie

    @letmetakeaselfie

    1
    Reputation
    366
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    letmetakeaselfie Unfollow Follow

    Best posts made by letmetakeaselfie

    • RE: MMM-Astrology font color

      That worked thank you both very much!

      posted in Custom CSS
      L
      letmetakeaselfie

    Latest posts made by letmetakeaselfie

    • RE: MMM-Astrology font color

      That worked thank you both very much!

      posted in Custom CSS
      L
      letmetakeaselfie
    • RE: MMM-Astrology font color

      thanks for the quick reply however that didn’t change the font color for me 😕

      posted in Custom CSS
      L
      letmetakeaselfie
    • MMM-Astrology font color

      Hello everyone, i’m trying to change the color of the main text font I’ve tried .header and .content but it seems to not be changing the color. however when i try .MMM-Astrology. title —the color of the title does change. any tips or advice is greatly appreciated as always thank you for helping a noob.

      @font-face 		{
      			font-family: "DancingScript";	
      			src: 
      			url(DancingScript-Regular.ttf) format("truetype");
      		  
      			}
      
      
       body 
      {
      
      
      }
      
      
      
      
      .compliments .xlarge
      		{
      			font-family: "DancingScript";
      			color: #ff96ca;
      			font-size: 50px;
      
      	}
      
      .region.bottom.left{
      			width: 200px
      			}
      .region.bottom.right{
      			width: 200px
      			}
      .region.top.left{
      			width: 200px
      			}
      
      
      .clock .bright{
      font-size: 40px;
      color: #ff96ca
      }
      
      .clock .dimmed{
      font-size: 20px;
      color: #551033
      }
      
      
      
      
      .MMM-Astrology  {
      		
      		font-family: "DancingScript";
      }
      
      .MMM-Astrology .header{
      		color: #ff96ca;
      			}
      
      posted in Custom CSS
      L
      letmetakeaselfie
    • RE: Font struggles.

      thank you very much

      posted in Custom CSS
      L
      letmetakeaselfie
    • RE: Font struggles.

      My dude @broberg I love you man :D. I moved it to the css folder and it worked

      posted in Custom CSS
      L
      letmetakeaselfie
    • RE: Font struggles.

      Thank you for the reply. I’ve tried your suggestion and still no change. I tried putting the file path in quotes as well and still nothing.

      /*****************************************************

      • Magic Mirror *
      • Custom CSS *
      •                                               *
        
      • By Michael Teeuw http://michaelteeuw.nl *
      • MIT Licensed. *
      •                                               *
        
      • Add any custom CSS below. *
      • Changes to this files will be ignored by GIT. *
        *****************************************************/

      @font-face {
      font-family: “DancingScript”;
      src:
      local(“DancingScript-Regular”),
      url(…/fonts/DancingScript-Regular.tff) format(“truetype”);

      		}
      

      body
      {

      }

      .compliments .xlarge
      {
      font-family: “DancingScript”;
      color: #e499bd;
      font-size: 40px;

      }
      
      posted in Custom CSS
      L
      letmetakeaselfie
    • Font struggles.

      Hello everyone, really sorry to ask this question that has been repeated many times. I tried looking and comparing code to pertaining to font issues- problem is my compliments font is not changing. I’ve tried changing the directory from MagicMirror to Magicmirror/fonts and still no change. Any help or advice is greatly appreciated.

      @font-face 		{
      			font-family: "DancingScript";	
      			src: 
      			local("DancingScript-Regular"),
      			url("/home/pi/MagicMirror/fonts/DancingScript-Regular.ttf") format("truetype");
      		  
      			}
      
       body 
      {
      
      
      }
      
      
      .compliments .xlarge
      		{
      			font-family: "DancingScript";
      			color: #e499bd;
      			font-size: 40px;
      
      	}
      
      posted in Custom CSS
      L
      letmetakeaselfie