I have used fontawsome befor but on my new project I have tried all possible ways but the icon doesn't show up. I have set the font's location manually and I have removed the font's location from the css file and set it manually like this :
<style>
@font-face{font-family:'FontAwesome' !important;src:url('fonts/fontawesome-webfont.eot?v=4.4.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
</style>
<link rel="stylesheet" href="<?php echo $base_url ?>/font-awesome/css/font-awesome.min.css">
this is the result :
https://i.stack.imgur.com/W6X38.jpg
and this is the firefox inspector result :
https://i.stack.imgur.com/xF0Ay.jpg
What's wrong ?
Thanks