Discussions
Include font-awesome
over 8 years ago by Jonathan Green
Has anyone successfully managed to include font-awesome in a wagon project (outside of using the built-in bootstrap theme that includes font-awesome)? I've tried using the official Font Awesome gem (https://github.com/FortAwesome/font-awesome-sass) with no success. Including just font-awesome
in my application scss looks for the fonts at the path /fonts/font-awesome/
, which gives a 404. Including font-awesome-sprockets
as well gives the error Custom asset_path helper is not implemented
.