Im having trouble getting font awesome to show up!

i have embedded the correct code in my head on code pen. here is my code. please help me before i hulk out and smash. haha roommates will be upset. so really they should be thanking you :slight_smile:http://codepen.io/ericb813/pen/aBYaMp

[facebook github instagram linkedin
]
1 Like

Where is the codepen link? :slight_smile:

i put the code in thinking that will show up too. http://codepen.io/ericb813/pen/aBYaMp

You are using a wrong path to the font-awesome css file.

Insted of:
href="path/to/font-awesome/css/font-awesome.min.css"

You should use:

href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"

thank you ill give that a try!!

1 Like