Awesome font icons

I am building a product landing page for freecodecamp and the font awesome icons don’t show in my code. What could i be missing?

Did you import fontawesome?

I did not import it. Could that be the problem?

Yup. It’s an external library, so you need to include it in your project.

1 Like

Thanks. Problem solved!.