I’m trying to display social media icons using entypo.css. For some reason it is working in my development space but when I pushed to production I am getting empty boxes where the icons should be. Example is in the footer here: https://econewsvt.org/
The code looks like:
<p id="socialMedia">
<a class="icon-facebook-circled" href="http://www.facebook.com/econewsvt"></a>
<a class="entypo-social c-twitter" href="https://twitter.com/ecoNEWS_VT"></a>
</p>
I’m not sure where to start troubleshooting this…any suggestions?
Thank you!