Fontawesome icons is not loading in IE11

253 views Asked by At

I am working in a angular2 application and i am using "font-awesome": "^4.7.0", while loading the application in IE11 the font-awesome icons is not loading in IE. I have imported the font-awesome files in vendor.ts file

import 'font-awesome/fonts/fontawesome-webfont.woff2';
import 'font-awesome/css/font-awesome.css';

And i have use meta tag in index.html

 <meta http-equiv="X-UA-Compatible" content="IE=11"> 

angular v2.4.10
webpack v2.2.1
Typescript v2.2.1
Node v7.2.1
0

There are 0 answers