We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13c7e2 commit 3a177c2Copy full SHA for 3a177c2
1 file changed
vendor/assets/stylesheets/rails_admin/font-awesome.scss
@@ -14,7 +14,9 @@
14
font-display: block;
15
src: asset-url("rails_admin/fa-solid-900.woff2") format("woff2"), asset-url("rails_admin/fa-solid-900.ttf") format("truetype"); }
16
17
-.fa {
+.fa,
18
+.fas,
19
+.fa-solid {
20
font-family: var(--fa-style-family, "Font Awesome 6 Free");
21
font-weight: var(--fa-style, 900); }
22
0 commit comments