MyBB Community Forums

Full Version: Icons.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I was wondering, where can I see all the icons and their codes.

e.g.

class="fa fa-home fa-fw"

How to import them and how to see the ones available?
Here is how you can implement fontawesome:

http://fortawesome.github.io/Font-Awesome/get-started/


As stated earlier, you can view icons and then find the code here:

http://fortawesome.github.io/Font-Awesome/icons/


I find that there is less hassle with icons showing up if you just use their CDN.
That's what i was searching for. Thanks!