css - unable to render font awesome icons from locally placed FA library -


i have downloaded font-awesome library , linked html. here simplest version of code:

<!doctype html> <html>     <head>         <link rel="stylesheet" type="text/css" href="font-awesome.min.css">     </head>     <body>         <div id="content">             <i id="search-icon" class="fa fa-search"></i>         </div>     </body> </html> 

but, rendered in browser is:

enter image description here

what missing? need working in firefox only.

i try set encoding of page first, , check if other files placed in correct directories "copy entire font-awesome directory project" in get started page says.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -