FortAwesome / font-awesome-sass

Font-Awesome Sass gem for use in Ruby/Rails projects
MIT License
906 stars 265 forks source link

Fonts are not loading #150

Closed JuliaUsanova closed 6 years ago

JuliaUsanova commented 6 years ago

I would appreciate any help, have no idea for now about what is wrong.

Any time the app loads, fonts are missing and error occurs ActionController::RoutingError (No route matches [GET] "/vendor/font-awesome/fonts/fa-solid-900.woff2"):

screen shot 2018-03-18 at 22 27 59 screen shot 2018-03-18 at 22 27 47

I did everything exactly by instructions from README

screen shot 2018-03-18 at 22 34 33
JuliaUsanova commented 6 years ago

There was a problem, that i followed the old instruction and set $fa-font-path: "font-awesome/" !default; by myself. But since the font-awesome-sprockets is provided, you don't need to care about path. So i close the issue