Skip to content

Commit

Permalink
Fix vendored Font Awesome not rendered correctly
Browse files Browse the repository at this point in the history
Refs. #3544
  • Loading branch information
mshibuya committed Jul 31, 2022
1 parent e13c7e2 commit 3a177c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor/assets/stylesheets/rails_admin/font-awesome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
font-display: block;
src: asset-url("rails_admin/fa-solid-900.woff2") format("woff2"), asset-url("rails_admin/fa-solid-900.ttf") format("truetype"); }

.fa {
.fa,
.fas,
.fa-solid {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }

Expand Down

0 comments on commit 3a177c2

Please sign in to comment.