4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

railsでfontawesome5.0を使う

Last updated at Posted at 2018-07-27

font-awesome-railsを使っていてバージョン5.0のアイコンを使いたいなーと思いました。

そこで、fontawesome-railsのgithubを確認。

しかし、https://github.com/bokmann/font-awesome-rails/issues/194

まだサポートされていない!

何か方法がないかと上記のissueを見ていると、

Hello, in our company we wanted to use new icons as soon as possible, so I've created gem with new FA5 support and with new functions like animations, layered icons etc. You can find it on tomkra/font_awesome5_rails or through rubygems.
I will appreciate any feedback. Feel free to try it or use some code samples if you want to. :)`

font_awesome5_railsを作った人を発見!

font_awesome5_railsの導入

github: https://github.com/tomkra/font_awesome5_rails

  • gemを入れる
gem 'font_awesome5_rails'
  • application.cssに記載
*= require font_awesome5
  • application.jsに記載
@import 'font_awesome5';

以上です!

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?