Hacker News new | ask | show | jobs
by dsevil 1317 days ago
FontAwesome's documentation in the past contained examples using the <i> element. Example:

<i class="fa fa-facebook"></i> <!-- renders the Facebook logo or something like that -->

I believe they presently just use <span> now.