Hello,
Someone told me that it’s possible to use icons in html without downloading fontawesome folder. Do you know how it works? I’m looking for a tutorial or online lessons about this.
Thank you in advance for your answer.
Hello,
Someone told me that it’s possible to use icons in html without downloading fontawesome folder. Do you know how it works? I’m looking for a tutorial or online lessons about this.
Thank you in advance for your answer.
One way is to create icons i .svg format. Basically you use them as a normal image:
<img src="icn/logo.svg">
@Sibert Thank you very much!!!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.