Sunday 15 February 2015

internet explorer 9 - FontAwesome and IE9 -



internet explorer 9 - FontAwesome and IE9 -

the next code shows fine in firefox ie 9 not want display font. there can try?

<!doctype html> <html> <head> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> </head> <body> <i class="fa fa-camera-retro"></i> fa-camera-retro </body> </html>

i utilize internet-explorer 11, font displays fine, hence can update ie browser. alternatively, if needs images font, can utilize "background-image". e.g. somthing follows:

<a style="background-image:url(your-image-from-font.jpg)"></a>

or

<span style="background-image:url(your-image-from-font.jpg)"></span>

i hope can help you.

internet-explorer-9 font-awesome

No comments:

Post a Comment