Acabei de fazer minha aplicação usar as fontes do , é bem simples mas não tão óbvio se você seguir o
They say it is simple like adding a bit of code, of course you need to make some changes.
I won't work.
I made some tests, read some stackoverflow answers and nothing...
Just to make sure the problem wasn't with assets pipeline I printed this in my console:
p Rails.application.config.assets.paths
Guess what. My fonts path was there.
/app/assets/fonts so I was sure there problem was my CSS
That's when I checked the downloaded file from Zurb and the one from the page and notice the difference.
See? There are some classes references to each icon so it's not just adding those i tags and you're done.
In case you need a CSS with all fonts, I have a gist for you
Be happy!