Currently I have this accordion that expands and collapses: https://jsfiddle.net/cliffeee/a5uxgkmt/15/ .
I want to use fontawesome to create the icons for the accordion. Right now, I am using Fontawesome unicodes(f067 , \f068). However, I want to use Fontawesome classes instead such as this:
https://fontawesome.com/icons/plus?style=solid
https://fontawesome.com/icons/minus?style=solid
I am wondering where in my jquery or cshtml can I add the fontawesome classes?
<i class="fas fa-plus" /i>
<i class="fas fa-minus" /i>