Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...friends,

In my web application i have used font awesome icons for designing, everything is good with chrome and IE but these icons are not displayed in firefox....

I have included following links in my master page....
HTML
<link href='http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css' media="all" rel='stylesheet' type='text/css' />

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />

Please suggest me any other solution to solve my problem with FF...

Thanks

Sunil Sharma
Posted
v2
Comments
Why have you included two times? Please use the Bootstrap CDN one. Only include the following code.

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />
sonusharma65 6-Mar-14 3:34am    
ok...i have commented another one but still FF doesn't show icons...

1 solution

I have solved my problem, the problem was that i have to include various font type like .woff, .ttf, .otf, .eot etc...in my root directory and then import them....
 
Share this answer
 
Comments
Glad to hear that. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900