FortAwesome / font-awesome-sass

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

Only "fas fa" icons appear #220

Open lovemeblender opened 1 year ago

lovemeblender commented 1 year ago

I'm on Rails 7.0.3 and Ruby 3.2.0, using font-awesome-sass 6.4.2. I can only see icons which are "fas fa" e.g. fas fa-envelope but not for example fab fa-instagram.

In my application.scss, I've got:

@import "font-awesome";
$fa-font-path: "@fortawesome/fontawesome-free/webfonts";

I recently upgraded Rails and Ruby and font-awesome-sass so not sure if the issue sits with font-awesome-sass but checking anyway. This used to work before the upgrade.