Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add font-awesome to JsFiddle

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?

like image 378
Sleek Geek Avatar asked Jul 07 '14 22:07

Sleek Geek


2 Answers

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.

like image 131
user4050494 Avatar answered Sep 21 '22 21:09

user4050494


Check this JSFIDDLE out. It is using an cdn URL in the CSS area.

@font-face{     font-family:FontAwesome;     src:url(https://netdna.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.eot?#iefix) 
like image 20
German Blanco Avatar answered Sep 20 '22 21:09

German Blanco