Ruby on rails 4 使用精炼CMS的字体很棒

Ruby on rails 4 使用精炼CMS的字体很棒,ruby-on-rails-4,font-awesome,refinerycms,Ruby On Rails 4,Font Awesome,Refinerycms,我可以在DefineryCMS中使用font awesome吗? 当我通过Bower添加并在application.css中配置它时,如下所示: *=require fontawesome 我得到了这个错误: couldn't find file 'fontawesome' 在这一行代码中: <%= csrf_meta_tags if Refinery::Core.authenticity_token_on_frontend -%> 我想应该是 *=require font-

我可以在DefineryCMS中使用font awesome吗? 当我通过Bower添加并在application.css中配置它时,如下所示:

*=require fontawesome
我得到了这个错误:

couldn't find file 'fontawesome'
在这一行代码中:

<%= csrf_meta_tags if Refinery::Core.authenticity_token_on_frontend -%>

我想应该是

*=require font-awesome
并尝试按照此链接强制RefineryCMS使用
而不是