Error installing plugin Font Awesome

0

So I've tried to do td, installed the icons in the right way as the site talks to do

<link rel="stylesheet" href="font-awesome.min.css">

To add the icon I'm putting

<i class="fa fa-address-book" aria-hidden="true"></i>

The site appears like this

    
asked by anonymous 28.01.2017 / 08:43

1 answer

0

I think you did everything but did not install the fonts. Create a folder named fonts / and a css / call put font-awesome.min.css inside css /
and put the fonts inside fonts /
- It will stay +/- like this:

/css/font-awesome.min.css  
/fonts/FontAwesome.otf  
/fonts/fontawesome-webfont.eot  
/fonts/fontawesome-webfont.svg  
/fonts/fontawesome-webfont.ttf  
/fonts/fontawesome-webfont.woff  
/fonts/fontawesome-webfont.woff2  

See only the hierarchy in the link CdnJs

    
28.01.2017 / 13:53