I am new to font-awesome icons. I have one page in which there is a filter where user can search the data. I have added font awesome icon just before the search link (as per
I had the same issue, I solved it by adding this meta tag as the FIRST tag in :
Also, according to the official documentation, check the following:
For Internet Explorer: you don't serve files with
no-storeoption in Cache-control header (Ref: #6454);
For Internet Explorer and HTTPS: you don't serve files withno-cacheoption in Pragma header.