Trying to get some font awesome icons infront of my list item.
Ive got an arrow which is not working while its a free version 5 icon. Try to add another icon which is also free version 5.0.9 and this is working?
In my FA account im just using version 5 what do I wrong?
Someone who can help me?
Working
li::before {
font-family: 'Font Awesome 5 Free'
content: '\f2b5'
}
Not working
li::before {
font-family: 'Font Awesome 5 Free'
content: '\f061'
}