DEV Community

Nitesh Khatri
Nitesh Khatri

Posted on

1

Font Awesome 4.7

I have tried npm install --save font-awesome
import font-awesome to your index.js file. Just add below line to your index.js file below import
import 'font-awesome/css/font-awesome.min.css';
OR
import '../node_modules/font-awesome/css/font-awesome.min.css';
But it doesn't show any icons

Anyone please suggest What is the problem

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay