@phenomlab said in tag icon in front of tags:
@crazycells Are you using Font Awesome Free ? If so, try this
span.tag:before {
content: "\f02b";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}
yeap, this worked thanks a lot.