- 🇩🇪Germany Tomefa Dresden
Patch file attached for people that use fontawesome 5 with latest drupal/fontawesome version.
- 🇫🇷France GaëlG Lille, France
I'm wondering if Thin is available in fontawesome-free. It looks like it's only in Pro (https://fontawesome.com/plans).
So there's a problem when you upgrade from a previous version of fontawesome module which did not have the use_thin_file config parameter. An upgrade path may be missing.
The problem is not only with Thin but also with other styles. Anyway, I could get rid of the problem like this:
drush cset fontawesome.settings use_thin_file 0 drush cset fontawesome.settings use_sharpregular_file 0 drush cset fontawesome.settings use_sharplight_file 0 drush cset fontawesome.settings use_sharpsolid_file 0 drush cset fontawesome.settings use_custom_file 0