startbootstrap-clean-blog icon indicating copy to clipboard operation
startbootstrap-clean-blog copied to clipboard

FontAwesome envelope icon is not displayed

Open Ajax30 opened this issue 3 years ago • 1 comments

Using the envelope icon from FontAwesome does not work. It just shows an empty disc (circle).

<li class="list-inline-item">
    <a href="mailto:{{ $owner_email }}" target="_blank">
      <span class="fa-stack fa-lg">
        <i class="fas fa-circle fa-stack-2x"></i>
        <i class="fab fa-envelope fa-stack-1x fa-inverse"></i>
      </span>
    </a>
  </li>

Ajax30 avatar Aug 06 '22 09:08 Ajax30

thats because envelope is fas not fab. It's not a brand

N6REJ avatar Aug 06 '22 22:08 N6REJ