- Issue created by @Thomas Kaisuka
- πͺπΈSpain pcambra Asturies
I think the best option would be to be agnostic to FA, or to integrate it optionally through https://www.drupal.org/project/fontawesome β as an optional module
Great Module but not compatible with the current version of font awesome
1- Install Module via composer
2- Install the latest font awesome version 6
3- Make sure you have the font awesome icon in your ckeditor
4- Upload your audio and save...
Here's a little CSS hack i got it to display the control icons.
Please commit and revise accordingly. I had ti use important temporarily to force it to display.
Also, the latest font awesome syntaxt requires fa fa-classitem to display cleanly.
.iru-tiny-player .icon::before{
font-family: "Font Awesome 5 Free" !important;
font-weight: 900 !important;
}
Active
1.0
User interface
I think the best option would be to be agnostic to FA, or to integrate it optionally through https://www.drupal.org/project/fontawesome β as an optional module