verdana is located in true folder. and after i run npm start dev i could not see any error thank you
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Latest posts made by bekirs
-
RE: change font of modules (local fonts)
-
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;
} -
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"); }