How to implement Font-Awesome icons?

Hi,

I tried to implement Font Awesome in my Middleman project using the font-awesome-middleman gem, but it doesn’t seem to work. Am I forgetting something?

my repository is at: https://github.com/acandael/personal-site

thanks for your help,

Anthony

solved it by upgrading font-awesome-middleman gem to version 4.1.1:

gem 'font-awesome-middleman', '~> 4.1.1'

Or you can try the official Bootstrap CDN :

http://www.bootstrapcdn.com/#fontawesome_tab

I see, is there an advantage to pointing to the official Bootstrap CDN ?

thanks for the advice,

Anthony

Its possible thank your visitor already have fontaweome in browser cache so the website load faster

http://www.cdnreviews.com/cdn-advantages-disadvantages/

I’m loading the font-awesome stylesheet from the CDN now. All works fine:

http://www.anthony.candaele.com

thanks for the tip,

Anthony