Use Font Awesome icon as CSS content

I want to use a Font Awesome icon as CSS content, i.e.,

a:before {
    content: "<i class="fa...">...</i>";
}

I know I cannot use HTML code in content, so is it only images left?

9 Answers
9

Leave a Comment