Using font awesome in codepen

user8542715 picture user8542715 · Oct 6, 2017 · Viewed 11.8k times · Source

I'm trying to add the styles sheet for font-awesome into a Codepen but seem to be getting nowhere, can anybody help please.

Codepen (https://codepen.io/kellett/pen/YreKaW)

Below is the styles sheet I've inserted in the top of HTML page.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">  

Answer

Marco Allori picture Marco Allori · Jul 3, 2019

simply add this http://static.fontawesome.com/css/fontawesome-app.css in css setting panel:

enter image description here