SO http://is.gd/Yzwrre
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<i class="fa fa-bullhorn"> </i> hello world
CSS
i.fa{
font-size:100px;
color:blue;
}
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<i class="fa fa-bullhorn"> </i> hello world
i.fa{
font-size:100px;
color:blue;
}