-4

Instead of font icons i got this squares instead of arrows.

It happens when app is on server. On localhost is working. Why?

enter image description here

Just standard url:

<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" type="text/css">

and code:

<i id="car-select-right" class="fa fa-caret-right"></i>

When i refresh site, its start working.

Skodsgn
  • 940
  • 1
  • 10
  • 33
  • How we know from just image? – ketan May 28 '15 at 10:31
  • 1
    Please provide the relevant extract of your code, without it we can only guess. Without any code my best guesses would be that you either haven't uploaded the font files or you haven't set up the necessary MIME types on your server. – Shaggy May 28 '15 at 10:31
  • Look in your console – Turnip May 28 '15 at 12:17
  • Nothing special in console. – Skodsgn May 28 '15 at 13:30
  • We got a similar problem, nothing in console. Fonts are just gone. http://stackoverflow.com/questions/30193615/icon-font-are-rendered-as-squares-on-subsequent-visits-in-safari-ios-and-osx – Kristoffer Jun 08 '15 at 09:54

1 Answers1

0

I changed css link to <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">. Now it's working.

Skodsgn
  • 940
  • 1
  • 10
  • 33