I am new of Font awesome. I have written a simple example following the Font awesome demo, but it did not work? it did not display the camera, why? please help me. The simple example is:
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<meta charset="utf-8" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</head>
<body >
<i class="fa fa-camera-retro"></i> fa-camera-retro
</body>
</html>