I'm trying to import icons from Flaticon in my Rails app. They have a small tutorial for basic website (only HTML + CSS) but I can't integrate it into my app rails.
I don't want to import them as classic picture but as elements <i class></i>
(like Font Awesome) in order to be able to modify the style in css later.
The tutorial => https://www.flaticon.com/iconfonts
The Key question for me is where I must put the Flaticon files in my rails app? In stylesheets?
For now, I only succeeded to have little square, instead of icons.
Have someone here already used Flaticon Icon Fonts tutorial to import custom icons in his Rails app ?
Thanks in Advance ;)
Matt from Paris