DEV Community

Cover image for Less JavaScript Makes Font Awesome More Awesome

Less JavaScript Makes Font Awesome More Awesome

Monica Powell on November 21, 2019

I decided to use Font Awesome's SVG icons to display social media icons prominently on my site's homepage. I am a long time fan of Font Awesome and...
Collapse
 
kingnathanal profile image
William Britton

Interesting I had an issue with icons not always loading in production using the FontAwesome CSS but had no problems developing. Once I switched to FontAwesome SVG the problem was resolved. I'll have to look out for any issues like this going forward. Thanks good read

Collapse
 
m0nica profile image
Monica Powell

Thanks! You might not run into this particular issue if your site only does client-side rendering like in Create React App or if the icon sizes you want to appear are already the proper size without additional CSS.