0
Why is the icon not working in my code
Icon
4 ответов
+ 7
Samuel
Please follow the guide linked below for posting a question. You didn't specify the language in tags, nor did you include a code while your question concerns a code.
https://www.sololearn.com/Discuss/333866/?ref=app
+ 5
if you are talking about Fontawesome, include their library in <head> first
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" crossorigin="anonymous">
+ 4
I cant see the code. You need to add it to the question
+ 2
It's probably because you have font: inherit _ in your CSS.
It would be easier to see what the problem is if i could see the code.