nuxt-community / fontawesome-module

Module to use Font Awesome icons in Nuxt.js
MIT License
110 stars 12 forks source link

It's posible to add icons on pseudo elements? #17

Closed VadimCeretean closed 4 years ago

VadimCeretean commented 4 years ago

I want to add icons like content to :before element, it's posible?

pimlie commented 4 years ago

Not that I know, you can use classes still by using fontawesome's dom api but not sure how you could get those into a pseudo element. If you need that you are probably looking for a webfont solution, while fontawesome switched to svg

But your question is probably more suited for stackoverflow or the fontawesome repositories, thanks.