Not Solved How to use Font-awsome icons
#1
Not Solved
How would I use: http://fortawesome.github.io/Font-Awesome/icons/ on the default MyBB theme?

Cheers.
Reply
#2
Not Solved
first include the FA css using the CDN method which is the easiest and fastest of all... add the code to the headerinclude template...

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">


and then include the icons using the <i> tag like this, where you want the icon to be displayed...

<i class="fa fa-camera-retro"></i>
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply
#3
Not Solved
(2015-09-28, 09:17 AM)mmadhankumar Wrote: first include the FA css using the CDN method which is the easiest and fastest of all... add the code to the headerinclude template...

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">


and then include the icons using the <i> tag like this, where you want the icon to be displayed...

<i class="fa fa-camera-retro"></i>

Thanks very much for the help!
Reply
#4
Not Solved
Easy enough. Thanks Madan.
Reply
#5
Not Solved
......
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)