Maybe the proper fix would be an ArcticAdmin or ActiveAdmin config setting in /config/initializers/active_admin.rb. But in that case it should be engineerd in a way that it will support other icon types as well.
For now I think hard-coding support for both free and pro is the easiest acceptable fix.
Is your feature request related to a problem? Please describe. See #260 We include Font Awesome Free to let the icons work.
In the CSS code font family is hard defined:
Describe the solution you'd like
At all places where
Font Awesome Free 5
is used,Font Awesome Pro 5
should also be included. For example:Should become
This way both versions of Font Awesome should work:
Describe alternatives you've considered
Maybe the proper fix would be an ArcticAdmin or ActiveAdmin config setting in
/config/initializers/active_admin.rb
. But in that case it should be engineerd in a way that it will support other icon types as well.For now I think hard-coding support for both
free
andpro
is the easiest acceptable fix.