Adding new css file in module

Hello,

I am developing a module and want to add fontawesome.css but its not working.

I tried to add it in configuration.php it didn’t help.
$this->provideCssFile('fontawesome/css/fontawesome.css');

its working using CDN only till now, But I want load it from local folder, please help

Thanks

CSS in modules has to be in less format.