A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Update Font Awesome to version 5?
-
I imported FA via the custom.css file. Maybe this will work for you?
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
-
@oe2atn
Thank you, for me it’s work fine.
I only changed v5.3.1 to v5.5.0, i’ts the current version. -
-
following this thread
-
I have added the FA rule above as follows in my custom.css file:
body { @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); }
Unfortunatly, this does not work, the Fontawesome 5 icons are still not displayed. Can someone help me?
-
@zwirbel move it above the
body {
line -
@cyberphox Perfect, that did it, thank you for your help (and I should know this…)
-
i think @yawns deserves the credit…LOL