bootstrap + font awesome link
may not work on production level
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
This will definatley work on production level
<script src="https://kit.fontawesome.com/64d58efce2.js" crossorigin="anonymous"></script>
Comments
Post a Comment