How to add fontawesome into html

how to add fontawesome to my html page i tried calling it from my folder its still now working

you serve it like any stylesheet. but the href is the directory

<link href="/static/fontawesome/fontawesome-all.css" rel="stylesheet">

make sure to put it in the head

or you can use the CDN

1 Like