I do not know what is going on but in the browser console I can see 3 errors related to font-awesome
GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.woff2?v=4.3.0
GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.woff?v=4.3.0
GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.ttf?v=4.3.0
I know it is ridiculous I can not figure out this by myself, but everything seems to be OK, in my index.html I have something like this
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
and that's all I have related to the font-awesome thing, I already check the path and I am not wrong with that.
Is this happening with any of you guys ?
UPDATE
this is the NGINX part where I load some content in the headers
add_header Content-Security-Policy "style-src 'self' 'unsafe-inline'
https://fonts.googleapis.com
https://fonts.gstatic.com
https://themes.googleusercontent.com
https://assets.zendesk.com;
font-src 'self' https://themes.googleusercontent.com
https://fonts.gstatic.com;";
Add the .woff to your application server mime type(e.g. iis-> mime type) as application/font-woff