Need help using Font Awesome with codepen.io

Here is my Portfolio Page
I am currently trying to add icons from font awesome but running into some issues adding it.
I believe my issue is I developed my entire project under bootstrap V3 and i think the most current version of font awesome is not compatible with it.

  • settings - css quick add font-awesome.css
  • <i class="fa fa-camera-retro"> not <i class="faS fa-camera-retro">

Tried that but no luck. I am running Bootstrap 3.

https://codepen.io/Annestezia/pen/QrLZap?editors=1010

you added https://cdnjs.cloudflare.com/ajax/libs/fontawesome-iconpicker/3.0.0/css/fontawesome-iconpicker.css was that on purpose ?
i used https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css and changed ur icons classes from fab to fa

3 Likes

Hey, thanks for the correction. that fixed it!! Thanks!!!

1 Like