Closed KennyChan94 closed 5 years ago
Greetings! May I know where you've found the docs stating such possibility, to change the color of icons through javascript config? As far as I know, there is no such stuff in official doc
Closing due to inactivity
May i know how can i fix the color of my fontawesome icon throughout my whole nuxt project? 'nuxt-fontawesome', { imports: [ { set: '@fortawesome/free-solid-svg-icons', icons: ['fas'], color: '#ffc107' }, { set:'@fortawesome/free-brands-svg-icons', icons: ['fab'] } ] } i have tried this way, but it doesnt work