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;
}
[image: 1613891313938-%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88-2021-02-21-160332-resized.jpg]
[image: 1613891300518-received_3898072406954015-resized.jpeg]