Why is the icon not working in my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is the icon not working in my code

Icon

16th Nov 2019, 6:24 AM
Samuel
Samuel - avatar
4 Answers
+ 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
16th Nov 2019, 7:25 AM
Ipang
+ 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">
16th Nov 2019, 7:38 AM
Gordon
Gordon - avatar
+ 4
I cant see the code. You need to add it to the question
16th Nov 2019, 6:26 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
+ 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.
16th Nov 2019, 7:11 AM
Ginfio
Ginfio - avatar