Skip to content

Commit 3a177c2

Browse files
committed
Fix vendored Font Awesome not rendered correctly
Refs. #3544
1 parent e13c7e2 commit 3a177c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vendor/assets/stylesheets/rails_admin/font-awesome.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
font-display: block;
1515
src: asset-url("rails_admin/fa-solid-900.woff2") format("woff2"), asset-url("rails_admin/fa-solid-900.ttf") format("truetype"); }
1616

17-
.fa {
17+
.fa,
18+
.fas,
19+
.fa-solid {
1820
font-family: var(--fa-style-family, "Font Awesome 6 Free");
1921
font-weight: var(--fa-style, 900); }
2022

0 commit comments

Comments
 (0)