Hi all. I have a question regarding the use of font icons

I want to use a character in a font icon file. my question is what are the CSS and HTML code that I can use.
Thanks
Best regards

do you mean font awesome icon like this ?

if yes, put this inside head of your HTML

 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1 Like