Font Awesome Not Working!
-
This theme is very beatiful but all icons not showing in all browsers (IE, Firefox, Chrome etc.)
I looked my sites source code in Firefox browser, i saw this code:
<link rel='stylesheet' id='font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />
I think that; “href=’//” line breaking requesting the awesome font css file. How can i add to “http:” code to this area? I want to change to this:
<link rel='stylesheet' id='font-awesome-css' href='https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />
What file I edit for this? Please help me ??
Note: I used the .htaccess code below, not worked for me:
<FilesMatch "\.(ttf|otf|eot|svg|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
- The topic ‘Font Awesome Not Working!’ is closed to new replies.