Dear Team,
I downloaded the latest version (4.5.0) of font-awesome.css to replace the font-awesome.css file coming with the template ( version 4.2.0).
The problem is that now no icons are showing at all , but if I analyze with firebug I see that the new version of css is properly recognized. For example analyzing <span class="fa fa-amazon"> </span> Firebug shows:
font-awesome.css line 1979
.fa-amazon::before {
content: "";
}
That's good, but the content is empty
How can I fix it?
Best,
Rob