Using Font Awesome Icons
Matrix Framework includes some external plugins and libraries to enhance your website with more professional features. Among these is the Font Awesome framework, which enables you to add custom icons to your website. Font Awesome icons can be found in custom widgets and certain admin elements, such as slider arrows, copy buttons, etc.
Full list of available Font Awesome Icons in Matrix Framework can be found here:
How to customize
Check the following example of a widget using an icon from Font Awesome framework:
<div class="fa fa-gem fa-4x">
</div>
Icon size
To make the icons bigger, you can use the classes
fa-lx, fa-2x, fa-3x, fa-4x, fa-5x
The other method is using the inline style:
<div class="fa fa-gem" style="font-size:30px;>
</div>
Color setup
The same way with inline style you can change the color of the icon
<div class="fa fa-gem" style="color:#ad1313;">
</div>