- Download FontAwesome https://fontawesome.com/download
-
Vendor all.min.css and the webfonts
vendor/assets/ ├── stylesheets/ │ └── all.min.css ├── webfonts/ │ └── fa-solid-900.woff2 | └── etc.
Probably rename
all.min.css
tofontawesome.min.css
Delete references to
../webfonts/
in the css file (notingrails assets:reveal
)Now add
<%= stylesheet_link_tag "fontawesome.min.css", "data-turbo-track": "reload" %>
tolayouts/application.html.erb

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)