I have a static website there are icons Font-Awesome and fn-icon. Everything is fine with my home server and when I go to the website on the Internet. But when I go to the website from other computers / tablets, I don’t have icons (squares there). What could be the problem? 1) My files are located as follows:

  • index.html
  • css - style.css
  • assets - font-awesome / fn-icon etc.

style.css:

` @import url(../assets/bootstrap/css/bootstrap.min.css); @import url(../assets/font-awesome/css/font-awesome.min.css); @import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css); @import url(../assets/fn-icon/style.css); @import url(../assets/Stroke-Gap-Icons-Webfont/style.css);` 

I can not understand what the problem is. I ask that who wants to solve the problem go to the website web site

  • The style you connected, and where the font files? - zhurof
  • But there in the font-awesome.css. Files in the assets / font-awesome / fonts folder are connected - Mahmud Shahmuradov pm

0