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

    leomirror

    @leomirror

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    leomirror Unfollow Follow

    Latest posts made by leomirror

    • RE: Change digit fonts for default clock module

      Thank you so much! This worked and I can set fonts as I want :)

      Can you please tell me how to figure out the name for the parts of module to use in css? i.e. in this case how to figure out that we need to put .time after .clock

      ~Leo

      posted in Custom CSS
      L
      leomirror
    • Change digit fonts for default clock module

      Hi,

      I recently started with MagicMirror!

      I want to change the digits for digital clock (default clock module)

      I used below code in custom.css -

      .clock {
      font-family: MyFont;
      }

      When I set a custom font in custom.css for clock module - it sets MyFont for the date line but the time digits remain Roboto Condensed which is default font in main.css - I want to do the exact opposite of this!

      How do I set different fonts for the date and time in clock module? Or should I use different modules for this? Or same module twice with different name (if this is possible) so that I can set different fonts for each?

      Please help!

      Thanks,
      Leo

      posted in Custom CSS
      L
      leomirror