StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

FontAwesome envelope icon is not displayed #141

Closed Ajax30 closed 1 year ago

Ajax30 commented 2 years ago

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>
N6REJ commented 2 years ago

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