Hi,
I have a bit of a problem. The fontawesome icon of the menu is not showing anymore for the main menu and footer. I checked the code from the index.php
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar-collapse"> <i class="fa fa-bars"></i> </button>
that should be correct, right?
But it is not loading this I see:
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
even though
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/css/font-awesome.css"
;
Any idea what I fail to see?
Would be very happy if you would be able to send me in the right direction. I added two screenshots I seen that in the one the font is loaded and the other one it did not. I checked fontawesome.css and also index.php, but see no difference. Do you have an idea, it's really strange.
Thank you in advance
Grz
Kevin