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
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'
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
I’m loading the font-awesome stylesheet from the CDN now. All works fine:
http://www.anthony.candaele.com
thanks for the tip,
Anthony