0
then the staff already tried to do of td, installed the icons in the correct way as the site speaks to make
<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>
on the site appears like this
Which directory is the HTML file and the CSS file?
– Sergio
are all inside a folder called portifolio2 and the file font-awesome.min is inside this folder
– Fernando Alcantara
Funny that using Cdn the icon is working
– Fernando Alcantara
And the CSS file that calls the font-awesome is also in that folder?
– Sergio
I guess I didn’t call the font-awesome in the css file, I’m using Sass as I do?
– Fernando Alcantara
CSS calls source files (
.FontAwesome.otf
, for example) inside it, see if the path defined within the CSS matches the source files. See in the console if these files are obtained or result in error.– Inkeliz