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:
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
Post a Comment