In reference to this: https://pixelexit.com/documentation/custom-node-icons/
How would I go about selecting a different FA style class (e.g. say I want the solid style, "fas"), how do I specify the FA style?
So rather than:
<i class="far fa-gamepad-alt"></i>
I'd want:
<i class="fas fa-gamepad-alt"></i>
The unicode is the same for both (f8bc).
How would I go about selecting a different FA style class (e.g. say I want the solid style, "fas"), how do I specify the FA style?
So rather than:
<i class="far fa-gamepad-alt"></i>
I'd want:
<i class="fas fa-gamepad-alt"></i>
The unicode is the same for both (f8bc).