MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Font-Awesome Icons
-
I’ve looked a very little bit at Font-Awesome and was wondering if there a FREE colored icon swaps for ones that are in general use for the most part. It looked like colored icons were premium.
-
@ankonaskiff17 I’ve been doing some web tutorials and you can change the color of the icons with CSS
-
@earnestrichards
-from the index.html file:<h3>Double click on the image to <i class="fas fa-heart"></i> it</h3>
from the style.css file:
.fa-heart {
color: red;
}