How to add font-awesome to JsFiddle

Sleek Geek picture Sleek Geek · Jul 8, 2014 · Viewed 10.1k times · Source

JsFiddle is my laboratory but everything is at a halt at the moment because I cant get font-awesome to work in it. I tried using the space provided for external links but to no avail. I even added the link directly and it still didn't work.

I'm in the middle of an experiment and I'm not able to get it working. What is the correct way to add font-awesome to JsFiddle?

Answer

user4050494 picture user4050494 · Sep 17, 2014

Just paste the href part of the CDN link

//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css

to External Resourses (on the left hand side panel) and click the plus sign.

See this jsFiddle for example.