Answer the question
In order to leave comments, you need to log in
Why is the fontawesome icon not showing up?
Good afternoon.
I downloaded the font-awesome free 5 archive. I
connected it, inserted the inline code and it worked.
Now, you need to insert through a pseudo-element.
&.arrow {
padding-left: 30px;
padding-right: 46px;
&::after {
//font-family: 'Font Awesome 5 Brands';
font-family: 'Font Awesome 5 Free';
content: "\f30b";
//content: "\f30b";
}
}
font-family: 'Font Awesome 5 Brands';
content: "\f373";
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f007";
Answer the question
In order to leave comments, you need to log in
This icon is of type solid, it needs to be set.
Answer found here https://stackoverflow.com/questions/49685849/how-t...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question